mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-04 16:38:24 +02: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:
parent
a430d0f9df
commit
eaf7aedb05
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ final class DiffusionBrowseFileController extends DiffusionController {
|
||||||
'action' => 'browse',
|
'action' => 'browse',
|
||||||
'line' => $line['line'],
|
'line' => $line['line'],
|
||||||
'stable' => true,
|
'stable' => true,
|
||||||
|
'params' => array('view' => 'blame'),
|
||||||
));
|
));
|
||||||
|
|
||||||
$blame = array();
|
$blame = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue