From e18fb4406e61700feb28d0b08c7bb70b88f4fd5a Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 6 Sep 2012 23:41:22 -0700 Subject: [PATCH] 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 --- .../diffusion/controller/DiffusionBrowseFileController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/diffusion/controller/DiffusionBrowseFileController.php b/src/applications/diffusion/controller/DiffusionBrowseFileController.php index 11807c1928..a757ea4fbe 100644 --- a/src/applications/diffusion/controller/DiffusionBrowseFileController.php +++ b/src/applications/diffusion/controller/DiffusionBrowseFileController.php @@ -469,7 +469,6 @@ final class DiffusionBrowseFileController extends DiffusionController { 'action' => 'browse', 'line' => $line['line'], 'stable' => true, - 'params' => array('view' => $selected), )); $blame = array();