1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-26 11:10:16 +01:00

Enforce blame in Skip Past This Commit

Test Plan:
# Set default view to non-blame.
# Visit URL with '?view=blame'.
# Click //Skip Past This Commit//.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3494
This commit is contained in:
vrana 2012-09-13 22:46:40 -07:00
parent a430d0f9df
commit eaf7aedb05

View file

@ -469,6 +469,7 @@ final class DiffusionBrowseFileController extends DiffusionController {
'action' => 'browse',
'line' => $line['line'],
'stable' => true,
'params' => array('view' => 'blame'),
));
$blame = array();