1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00

Let Maniphest send mail again.

Ha ha ha! Fixes T8422.

Auditors: btrahan
This commit is contained in:
epriestley 2015-06-04 09:48:52 -07:00
parent 98aae51c3d
commit 0fc0af6443

View file

@ -373,6 +373,12 @@ final class ManiphestTransactionEditor
return $xactions; return $xactions;
} }
protected function shouldSendMail(
PhabricatorLiskDAO $object,
array $xactions) {
return true;
}
protected function getMailSubjectPrefix() { protected function getMailSubjectPrefix() {
return PhabricatorEnv::getEnvConfig('metamta.maniphest.subject-prefix'); return PhabricatorEnv::getEnvConfig('metamta.maniphest.subject-prefix');
} }