1
0
Fork 0
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:
epriestley 2013-10-06 17:13:51 -07:00
parent 953ff197bf
commit 2a69b91000

View file

@ -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;