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:
parent
a430d0f9df
commit
eaf7aedb05
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ final class DiffusionBrowseFileController extends DiffusionController {
|
|||
'action' => 'browse',
|
||||
'line' => $line['line'],
|
||||
'stable' => true,
|
||||
'params' => array('view' => 'blame'),
|
||||
));
|
||||
|
||||
$blame = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue