1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
vrana 2012-09-06 23:41:22 -07:00
parent ab01ef562e
commit e18fb4406e

View file

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