Fix countdown mailtag
Summary: misnamed variable crashes email settings page Test Plan: visit email settings, see page Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13697
This commit is contained in:
@@ -9,7 +9,7 @@ final class PhabricatorCountdownTransaction
|
||||
|
||||
const MAILTAG_TITLE = 'countdown:title';
|
||||
const MAILTAG_EPOCH = 'countdown:epoch';
|
||||
const MAILTAG_DESRICPTION = 'countdown:description';
|
||||
const MAILTAG_DESCRIPTION = 'countdown:description';
|
||||
const MAILTAG_OTHER = 'countdown:other';
|
||||
|
||||
public function getApplicationName() {
|
||||
|
||||
Reference in New Issue
Block a user