From b26918aae1b479524a8f17e2e59c76f9c053fc57 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Fri, 17 Jan 2014 11:49:18 -0800 Subject: [PATCH] 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 --- src/applications/legalpad/query/LegalpadDocumentQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/legalpad/query/LegalpadDocumentQuery.php b/src/applications/legalpad/query/LegalpadDocumentQuery.php index e9034c18a2..ee5aedfe92 100644 --- a/src/applications/legalpad/query/LegalpadDocumentQuery.php +++ b/src/applications/legalpad/query/LegalpadDocumentQuery.php @@ -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) {