diff --git a/src/applications/project/controller/profileedit/PhabricatorProjectProfileEditController.php b/src/applications/project/controller/profileedit/PhabricatorProjectProfileEditController.php index 9baeea4818..20cc2dfd6e 100644 --- a/src/applications/project/controller/profileedit/PhabricatorProjectProfileEditController.php +++ b/src/applications/project/controller/profileedit/PhabricatorProjectProfileEditController.php @@ -35,7 +35,7 @@ class PhabricatorProjectProfileEditController if (!$project) { return new Aphront404Response(); } - $profile = $project->getProfile(); + $profile = $project->loadProfile(); } else { $project = new PhabricatorProject(); $project->setAuthorPHID($user->getPHID());