1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 15:22:41 +01:00

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: