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) {
$edit_uri = '/project/history/'.$project->getID().'/';
$edit_uri = '/project/manage/'.$project->getID().'/';
$xactions = array();
$xactions[] = id(new PhabricatorProjectTransaction())