Fix the user edit page.

This commit is contained in:
Mark Crane
2014-02-26 07:20:07 +00:00
parent 63354f1614
commit 5c64e048f0

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 {