1
0
Fork 0
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:
Bob Trahan 2015-05-05 15:49:43 -07:00
parent 7f8ee4e329
commit 84d0f1c41f

View file

@ -561,7 +561,7 @@ final class ConpherenceEditor extends PhabricatorApplicationTransactionEditor {
$body = parent::buildMailBody($object, $xactions); $body = parent::buildMailBody($object, $xactions);
$body->addLinkSection( $body->addLinkSection(
pht('CONPHERENCE DETAIL'), pht('CONPHERENCE DETAIL'),
PhabricatorEnv::getProductionURI('/conpherence/'.$object->getID().'/')); PhabricatorEnv::getProductionURI('/'.$object->getMonogram()));
return $body; return $body;
} }