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:
parent
bf98ab5e92
commit
3d6f3e1014
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ final class PhabricatorMacroEditController
|
|||
}
|
||||
|
||||
$form = new AphrontFormView();
|
||||
$form->setAction($this->getApplicationURI('/edit/'));
|
||||
$form->setUser($request->getUser());
|
||||
|
||||
$form
|
||||
|
|
Loading…
Reference in a new issue