Minor, sneak in one fix from future Maniphest patches ahead of review

Summary: I goofed this constant when defining mail tags.

Auditors: btrahan
This commit is contained in:
epriestley
2013-09-24 06:49:31 -07:00
parent 2f694f5e3f
commit 9a850b67b0

View File

@@ -432,7 +432,7 @@ final class ManiphestTransactionPro
case self::TYPE_PRIORITY: case self::TYPE_PRIORITY:
$tags[] = MetaMTANotificationType::TYPE_MANIPHEST_PRIORITY; $tags[] = MetaMTANotificationType::TYPE_MANIPHEST_PRIORITY;
break; break;
case self::TYPE_COMMENT: case PhabricatorTransactions::TYPE_COMMENT:
$tags[] = MetaMTANotificationType::TYPE_MANIPHEST_COMMENT; $tags[] = MetaMTANotificationType::TYPE_MANIPHEST_COMMENT;
break; break;
default: default: