Replace WWW_TOP with url() helper

This commit is contained in:
DariusIII
2019-12-08 19:21:23 +01:00
parent 325b1b71d2
commit 5886fe162c
10 changed files with 17 additions and 16 deletions
@@ -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');