mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
filter_phids => filterPHIDs
Summary: typo of sorts. should probably be philterPHIDs. :P Test Plan: verified i spelled "filterPHIDs" correctly. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1993 Differential Revision: https://secure.phabricator.com/D3846
This commit is contained in:
parent
bf3f091896
commit
7c99d52548
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ final class ConduitAPI_feed_query_Method extends ConduitAPIMethod {
|
|||
if (!$limit) {
|
||||
$limit = $this->getDefaultLimit();
|
||||
}
|
||||
$filter_phids = $request->getValue('filter_phids');
|
||||
$filter_phids = $request->getValue('filterPHIDs');
|
||||
if (!$filter_phids) {
|
||||
$filter_phids = array();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue