mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 23:01:04 +01:00
Don't include view in Diffusion line permalink
Summary: Including view in permalink seemed like the correct solution to me. Instead, I delete it all the time when copying somewhere else. Test Plan: Clicked on the link. Changed view on permalink. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3453
This commit is contained in:
parent
ab01ef562e
commit
e18fb4406e
1 changed files with 0 additions and 1 deletions
|
@ -469,7 +469,6 @@ final class DiffusionBrowseFileController extends DiffusionController {
|
|||
'action' => 'browse',
|
||||
'line' => $line['line'],
|
||||
'stable' => true,
|
||||
'params' => array('view' => $selected),
|
||||
));
|
||||
|
||||
$blame = array();
|
||||
|
|
Loading…
Reference in a new issue