bellow spelling fixed

This commit is contained in:
skodak 2006-11-20 17:39:35 +00:00
parent 54b2c994fd
commit 022f9b28ff

View File

@ -224,9 +224,9 @@
if (array_key_exists($roleid, $roles) and confirm_sesskey()) { if (array_key_exists($roleid, $roles) and confirm_sesskey()) {
$role = $roles[$roleid]; $role = $roles[$roleid];
if ($role->sortorder + 1 < $rolescount) { if ($role->sortorder + 1 < $rolescount) {
$bellow = $roles[$rolesort[$role->sortorder + 1]]; $below = $roles[$rolesort[$role->sortorder + 1]];
if (!switch_roles($role, $bellow)) { if (!switch_roles($role, $below)) {
error("Cannot move role with ID $roleid"); error("Cannot move role with ID $roleid");
} }
} }