diff options
Diffstat (limited to 'app/Controllers/configureController.php')
| -rw-r--r-- | app/Controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index dc5407e99..6c1561d7c 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -386,7 +386,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { $this->view->tags = FreshRSS_Context::labels(); if (Minz_Request::isPost()) { - $params = array_filter(Minz_Request::paramArray('query')); + $params = Minz_Request::paramArray('query'); $queryParams = []; $name = Minz_Request::paramString('name') ?: _t('conf.query.number', $id + 1); if ('' === $name) { |
