Update Base and Browse controllers

This commit is contained in:
DariusIII
2018-04-01 23:38:27 +02:00
parent eb9082e7a2
commit dcdfa699f7
3 changed files with 3 additions and 1 deletions
@@ -64,6 +64,7 @@ class BrowseController extends BasePageController
$this->meta_description = 'Browse for Nzbs';
$this->content = $this->smarty->fetch('browse.tpl');
$this->smarty->assign('content', $this->content);
$this->pagerender();
}
}