Empty commit

This commit is contained in:
Git 2015-12-20 08:00:27 +00:00
parent 8eaadadc2a
commit fedceabba7

View File

@ -227,7 +227,7 @@
GROUP BY p.ID");
list($ID, $Name, $Level, $Secondary, $Forums, $Values, $DisplayStaff, $UserCount) = $DB->next_record(MYSQLI_NUM, array(5));
if ($Level > $LoggedUser['EffectiveClass'] || $_REQUEST['level'] > $LoggedUser['EffectiveClass']) {
if (!check_perms('admin_manage_permissions', $Level)) {
error(403);
}
$Values = unserialize($Values);