mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01: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:
parent
c5b80985df
commit
a17b9cd2a1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue