diff options
Diffstat (limited to 'app/Models/UserQuery.php')
| -rw-r--r-- | app/Models/UserQuery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/UserQuery.php b/app/Models/UserQuery.php index d701b6b44..1ec8ee148 100644 --- a/app/Models/UserQuery.php +++ b/app/Models/UserQuery.php @@ -95,7 +95,7 @@ class FreshRSS_UserQuery { } // linked too deeply with the search object, need to use dependency injection - $this->search = new FreshRSS_BooleanSearch($query['search'], 0, 'AND', false); + $this->search = new FreshRSS_BooleanSearch($query['search'], 0, 'AND', allowUserQueries: true); if (!empty($query['state'])) { $this->state = intval($query['state']); } |
