@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/legalpad/query/LegalpadDocumentQuery.php
··· 89 89 $signatures = id(new LegalpadDocumentSignatureQuery()) 90 90 ->setViewer($this->getViewer()) 91 91 ->withDocumentPHIDs(array_keys($document_map)) 92 - ->wtihSignerPHIDs($this->signerPHIDs) 92 + ->withSignerPHIDs($this->signerPHIDs) 93 93 ->execute(); 94 94 $signatures = mgroup($signatures, 'getDocumentPHID'); 95 95 foreach ($document_map as $document_phid => $document) {