1
0
Fork 0
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:
Chad Little 2016-01-23 16:40:20 -08:00
parent b381265d92
commit a0a3ac51f6

View file

@ -44,7 +44,7 @@ final class PhabricatorFileComposeController
)); ));
if ($project_phid) { if ($project_phid) {
$edit_uri = '/project/history/'.$project->getID().'/'; $edit_uri = '/project/manage/'.$project->getID().'/';
$xactions = array(); $xactions = array();
$xactions[] = id(new PhabricatorProjectTransaction()) $xactions[] = id(new PhabricatorProjectTransaction())