Skip to content

Commit

Permalink
Fix missing mailtags in PHUrl
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chadlittle committed Jul 25, 2015
1 parent 343801d commit 36fc6a6
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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';
}
Expand Down

0 comments on commit 36fc6a6

Please sign in to comment.