mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Fix error on search with argument 16 not being an array but null
This commit is contained in:
@@ -86,7 +86,7 @@ class SearchController extends BasePageController
|
||||
config('nntmux.items_per_page'),
|
||||
$orderBy,
|
||||
-1,
|
||||
$this->userdata['categoryexclusions'],
|
||||
$this->userdata['categoryexclusions'] ?? [],
|
||||
'basic',
|
||||
$categoryID,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user