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
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user