mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 21:40:55 +01:00
unbreak trunk - silly typo from D7986
Summary: doh Test Plan: no more fatal on home page Reviewers: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7993
This commit is contained in:
parent
4e6390774f
commit
b26918aae1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ final class LegalpadDocumentQuery
|
|||
$signatures = id(new LegalpadDocumentSignatureQuery())
|
||||
->setViewer($this->getViewer())
|
||||
->withDocumentPHIDs(array_keys($document_map))
|
||||
->wtihSignerPHIDs($this->signerPHIDs)
|
||||
->withSignerPHIDs($this->signerPHIDs)
|
||||
->execute();
|
||||
$signatures = mgroup($signatures, 'getDocumentPHID');
|
||||
foreach ($document_map as $document_phid => $document) {
|
||||
|
|
Loading…
Reference in a new issue