Fix token given story hrefs
Summary: derp to tha derp Fixes T2578. Test Plan: click click Reviewers: chad Reviewed By: chad CC: aran Maniphest Tasks: T2578 Differential Revision: https://secure.phabricator.com/D5054
This commit is contained in:
@@ -19,7 +19,7 @@ final class PhabricatorTokenGivenFeedStory
|
|||||||
$view->setViewed($this->getHasViewed());
|
$view->setViewed($this->getHasViewed());
|
||||||
|
|
||||||
$href = $this->getHandle($this->getPrimaryObjectPHID())->getURI();
|
$href = $this->getHandle($this->getPrimaryObjectPHID())->getURI();
|
||||||
$view->setHref($view);
|
$view->setHref($href);
|
||||||
|
|
||||||
$title = pht(
|
$title = pht(
|
||||||
'%s awarded %s a token.',
|
'%s awarded %s a token.',
|
||||||
|
|||||||
Reference in New Issue
Block a user