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:
		@@ -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;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user