Fix the user edit page.

This commit is contained in:
Mark Crane
2014-02-26 07:20:07 +00:00
parent b89b1f5098
commit 114f0f3e56

View File

@@ -284,7 +284,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") {
//redirect the browser
$_SESSION["message"] = $text['message-update'];
if (if_group("admin")) {
if (if_group("admin") || if_group("superadmin")) {
header("Location: usersupdate.php?id=".$user_uuid);
}
else {