diff --git a/src/applications/phame/controller/post/PhamePostEditController.php b/src/applications/phame/controller/post/PhamePostEditController.php index 2aec9c6e4a..24b3b3e143 100644 --- a/src/applications/phame/controller/post/PhamePostEditController.php +++ b/src/applications/phame/controller/post/PhamePostEditController.php @@ -95,7 +95,7 @@ final class PhamePostEditController } $handle = id(new PhabricatorHandleQuery()) - ->withViewer($user) + ->setViewer($user) ->withPHIDs(array($post->getBlogPHID())) ->executeOne();