From 022f9b28ff311cd8a11f24f630627ac94270a918 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 20 Nov 2006 17:39:35 +0000 Subject: [PATCH] bellow spelling fixed --- admin/roles/manage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/roles/manage.php b/admin/roles/manage.php index 939ff1c622..8f22b84882 100755 --- a/admin/roles/manage.php +++ b/admin/roles/manage.php @@ -224,9 +224,9 @@ if (array_key_exists($roleid, $roles) and confirm_sesskey()) { $role = $roles[$roleid]; 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"); } } -- 2.39.5