mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-04 11:51:02 +01:00
Fix minor issue with data attachment on project creation
This commit is contained in:
parent
953ff197bf
commit
2a69b91000
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ final class PhabricatorProjectCreateController
|
||||||
|
|
||||||
$project = new PhabricatorProject();
|
$project = new PhabricatorProject();
|
||||||
$project->setAuthorPHID($user->getPHID());
|
$project->setAuthorPHID($user->getPHID());
|
||||||
|
$project->attachMemberPHIDs(array());
|
||||||
$profile = new PhabricatorProjectProfile();
|
$profile = new PhabricatorProjectProfile();
|
||||||
|
|
||||||
$e_name = true;
|
$e_name = true;
|
||||||
|
|
Loading…
Reference in a new issue