1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

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:
epriestley 2013-09-18 16:00:03 -07:00
parent c5b80985df
commit a17b9cd2a1

View file

@ -95,7 +95,7 @@ final class PhamePostEditController
}
$handle = id(new PhabricatorHandleQuery())
->withViewer($user)
->setViewer($user)
->withPHIDs(array($post->getBlogPHID()))
->executeOne();