From 7c99d525482e353f2dc994f54355583f50a0176b Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Tue, 30 Oct 2012 18:21:35 -0700 Subject: [PATCH] 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 --- .../conduit/method/feed/ConduitAPI_feed_query_Method.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/conduit/method/feed/ConduitAPI_feed_query_Method.php b/src/applications/conduit/method/feed/ConduitAPI_feed_query_Method.php index bdbe44e26c..a119935488 100644 --- a/src/applications/conduit/method/feed/ConduitAPI_feed_query_Method.php +++ b/src/applications/conduit/method/feed/ConduitAPI_feed_query_Method.php @@ -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(); }