mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Fix wrong property usage
This commit is contained in:
@@ -48,7 +48,7 @@ switch ((isset($_REQUEST['action']) ? $_REQUEST['action'] : 'view')) {
|
||||
$page->title = "User Roles Edit";
|
||||
$role = $page->users->getRoleById($_GET["id"]);
|
||||
$page->smarty->assign('role', $role);
|
||||
$page->smarty->assign('roleexccat', $users->getRoleCategoryExclusion($_GET["id"]));
|
||||
$page->smarty->assign('roleexccat', $page->users->getRoleCategoryExclusion($_GET["id"]));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user