mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Conpherence - send out monogram link in emails
Summary: purdier. Fixes T8081. Test Plan: logic noodle Reviewers: joshuaspence, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8081 Differential Revision: https://secure.phabricator.com/D12729
This commit is contained in:
parent
7f8ee4e329
commit
84d0f1c41f
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ final class ConpherenceEditor extends PhabricatorApplicationTransactionEditor {
|
|||
$body = parent::buildMailBody($object, $xactions);
|
||||
$body->addLinkSection(
|
||||
pht('CONPHERENCE DETAIL'),
|
||||
PhabricatorEnv::getProductionURI('/conpherence/'.$object->getID().'/'));
|
||||
PhabricatorEnv::getProductionURI('/'.$object->getMonogram()));
|
||||
|
||||
return $body;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue