From a0a3ac51f66512718bee2964683c8bc2bc33f857 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 23 Jan 2016 16:40:20 -0800 Subject: [PATCH] Fix project image redirect in files Summary: I moved history to manage and missed this callsite. Test Plan: Use present icon/color quick select. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15099 --- .../files/controller/PhabricatorFileComposeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/files/controller/PhabricatorFileComposeController.php b/src/applications/files/controller/PhabricatorFileComposeController.php index 404cf44aca..f589617696 100644 --- a/src/applications/files/controller/PhabricatorFileComposeController.php +++ b/src/applications/files/controller/PhabricatorFileComposeController.php @@ -44,7 +44,7 @@ final class PhabricatorFileComposeController )); if ($project_phid) { - $edit_uri = '/project/history/'.$project->getID().'/'; + $edit_uri = '/project/manage/'.$project->getID().'/'; $xactions = array(); $xactions[] = id(new PhabricatorProjectTransaction())