mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Replace WWW_TOP with url() helper
This commit is contained in:
@@ -66,7 +66,7 @@ class UserController extends BasePageController
|
||||
);
|
||||
|
||||
foreach ($ordering as $orderType) {
|
||||
$this->smarty->assign('orderby'.$orderType, WWW_TOP.'user-list?ob='.$orderType);
|
||||
$this->smarty->assign('orderby'.$orderType, url('admin/user-list?ob='.$orderType));
|
||||
}
|
||||
|
||||
$content = $this->smarty->fetch('user-list.tpl');
|
||||
|
||||
Reference in New Issue
Block a user