From 9a850b67b0782605cdcb94a43543f2f0f390c171 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 24 Sep 2013 06:49:31 -0700 Subject: [PATCH] Minor, sneak in one fix from future Maniphest patches ahead of review Summary: I goofed this constant when defining mail tags. Auditors: btrahan --- src/applications/maniphest/storage/ManiphestTransactionPro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/storage/ManiphestTransactionPro.php b/src/applications/maniphest/storage/ManiphestTransactionPro.php index bda8e7bab2..00b0b90881 100644 --- a/src/applications/maniphest/storage/ManiphestTransactionPro.php +++ b/src/applications/maniphest/storage/ManiphestTransactionPro.php @@ -432,7 +432,7 @@ final class ManiphestTransactionPro case self::TYPE_PRIORITY: $tags[] = MetaMTANotificationType::TYPE_MANIPHEST_PRIORITY; break; - case self::TYPE_COMMENT: + case PhabricatorTransactions::TYPE_COMMENT: $tags[] = MetaMTANotificationType::TYPE_MANIPHEST_COMMENT; break; default: