Fix bugs in redirects

This commit is contained in:
DariusIII
2018-04-19 21:53:53 +02:00
parent 912d57245b
commit 148befcf81
7 changed files with 7 additions and 7 deletions
@@ -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');