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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user