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:
parent
6f855c8b52
commit
7dfdf63948
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ abstract class DiffusionController extends PhabricatorController {
|
|||
array(
|
||||
'href' => $drequest->generateURI(
|
||||
array(
|
||||
'commit' => null,
|
||||
'commit' => '',
|
||||
) + $uri_params),
|
||||
),
|
||||
'Jump to HEAD');
|
||||
|
|
Loading…
Reference in a new issue