1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

Allow editing macros

Summary: Attempt to edit macro said that there is a name conflict.

Test Plan: Edited macro.

Reviewers: wez, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3644
This commit is contained in:
vrana 2012-10-05 13:31:50 -07:00
parent bf98ab5e92
commit 3d6f3e1014

View file

@ -99,7 +99,6 @@ final class PhabricatorMacroEditController
}
$form = new AphrontFormView();
$form->setAction($this->getApplicationURI('/edit/'));
$form->setUser($request->getUser());
$form