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:
parent
343801d449
commit
36fc6a622c
1 changed files with 3 additions and 0 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue