1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 23:02:42 +01:00

Fix Jump to HEAD link

Test Plan:
Jump to head.
Go to doctor.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2097
This commit is contained in:
vrana 2012-04-03 18:05:14 -07:00
parent 6f855c8b52
commit 7dfdf63948

View file

@ -292,7 +292,7 @@ abstract class DiffusionController extends PhabricatorController {
array(
'href' => $drequest->generateURI(
array(
'commit' => null,
'commit' => '',
) + $uri_params),
),
'Jump to HEAD');