From a17b9cd2a1780d607ebe46472dabed0b6471d9ab Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 18 Sep 2013 16:00:03 -0700 Subject: [PATCH] Fix Phame fatal Summary: Fixes T3847. Test Plan: "Edit Post" Reviewers: chad, btrahan Reviewed By: chad CC: aran Maniphest Tasks: T3847 Differential Revision: https://secure.phabricator.com/D7031 --- .../phame/controller/post/PhamePostEditController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();