mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
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:
parent
9912fd08e3
commit
60f3780127
1 changed files with 1 additions and 1 deletions
|
@ -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.',
|
||||||
|
|
Loading…
Reference in a new issue