From 7f2d27fed3fe4feed288599d80f1b4e6fe86072a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 23 Jul 2015 16:24:20 -0700 Subject: [PATCH] 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 --- .../countdown/storage/PhabricatorCountdownTransaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/countdown/storage/PhabricatorCountdownTransaction.php b/src/applications/countdown/storage/PhabricatorCountdownTransaction.php index bd87c09b8f..72c50b39d9 100644 --- a/src/applications/countdown/storage/PhabricatorCountdownTransaction.php +++ b/src/applications/countdown/storage/PhabricatorCountdownTransaction.php @@ -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() {