mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix one more occurence of wrong data sent to search function
This commit is contained in:
@@ -152,7 +152,7 @@ class SearchController extends BasePageController
|
||||
config('nntmux.items_per_page'),
|
||||
$orderBy,
|
||||
-1,
|
||||
$this->userdata['categoryexclusions'],
|
||||
$this->userdata['categoryexclusions'] ?? [],
|
||||
'advanced',
|
||||
[$searchVars['searchadvcat'] === '' ? -1 : $searchVars['searchadvcat']]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user