mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Small fixes to browse and search pages
This commit is contained in:
@@ -135,8 +135,8 @@ class SearchController extends BasePageController
|
||||
foreach ($ordering as $orderType) {
|
||||
$this->smarty->assign(
|
||||
'orderby'.$orderType,
|
||||
WWW_TOP.'/search?'.$orderByString.'&search_type=adv&ob='.$orderType
|
||||
);
|
||||
url('/search?'.$orderByString.'&search_type=adv&ob='.$orderType
|
||||
));
|
||||
}
|
||||
|
||||
$searchArr = [
|
||||
|
||||
Reference in New Issue
Block a user