1
0
Fork 0
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:
epriestley 2013-02-21 14:24:53 -08:00
parent 9912fd08e3
commit 60f3780127

View file

@ -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.',