mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
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:
parent
b381265d92
commit
a0a3ac51f6
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue