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