mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 09:20:58 +01:00
Fix a name mismatch in PhrictionDocumentQuery
Summary: Fix an oversight in {D5285} Test Plan: works smoothly again :D Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2686 Differential Revision: https://secure.phabricator.com/D5294
This commit is contained in:
parent
f9bd2e5c65
commit
81334651a9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ final class PhrictionDocumentQuery
|
|||
if ($project_slugs) {
|
||||
$projects = id(new PhabricatorProjectQuery())
|
||||
->setViewer($this->getViewer())
|
||||
->withSlugs($project_slugs)
|
||||
->withPhrictionSlugs($project_slugs)
|
||||
->execute();
|
||||
$projects = mpull($projects, null, 'getPhrictionSlug');
|
||||
foreach ($documents as $key => $document) {
|
||||
|
|
Loading…
Reference in a new issue