1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 05:42:40 +01:00

Fix missing mailtags in PHUrl

Summary: Adds in missing mailtag constants in PHUrl

Test Plan: view email settings page

Reviewers: epriestley, lpriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13709
This commit is contained in:
Chad Little 2015-07-24 21:30:16 -07:00
parent 343801d449
commit 36fc6a622c

View file

@ -7,6 +7,9 @@ final class PhabricatorPhurlURLTransaction
const TYPE_URL = 'phurl.longurl';
const TYPE_DESCRIPTION = 'phurl.description';
const MAILTAG_CONTENT = 'phurl:content';
const MAILTAG_OTHER = 'phurl:other';
public function getApplicationName() {
return 'phurl';
}