1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00

fix find / replace error from addressing feedback in D4708. now links to tasks work again.

This commit is contained in:
Bob Trahan 2013-02-05 13:48:31 -08:00
parent 1d0058abcf
commit cb38ab27ce

View file

@ -19,7 +19,7 @@ final class ManiphestPeopleMenuEventListener extends PhutilEventListener {
$menu = $event->getValue('menu');
$person_phid = $event->getValue('person')->getPHID();
$href = '/maniphest/view/action/?persons='.$person_phid;
$href = '/maniphest/view/action/?users='.$person_phid;
$name = pht('Tasks');
$menu->addMenuItemToLabel('activity',