Fix duplicated ordering

This commit is contained in:
DariusIII
2019-12-07 23:02:28 +01:00
parent d22a6a0da3
commit 15fafb3d15
@@ -147,10 +147,6 @@ class BrowseController extends BasePageController
$meta_keywords = 'browse,nzb,description,details';
$meta_description = 'Browse for Nzbs';
foreach ($ordering as $orderType) {
$this->smarty->assign('orderby'.$orderType, WWW_TOP.'browse/All?ob='.$orderType);
}
$content = $this->smarty->fetch('browse.tpl');
$this->smarty->assign(compact('content', 'covgroup', 'meta_title', 'meta_keywords', 'meta_description'));
$this->pagerender();