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:
parent
2f694f5e3f
commit
9a850b67b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue