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
This commit is contained in:
@@ -95,7 +95,7 @@ final class PhamePostEditController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$handle = id(new PhabricatorHandleQuery())
|
$handle = id(new PhabricatorHandleQuery())
|
||||||
->withViewer($user)
|
->setViewer($user)
|
||||||
->withPHIDs(array($post->getBlogPHID()))
|
->withPHIDs(array($post->getBlogPHID()))
|
||||||
->executeOne();
|
->executeOne();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user