Group Permissions: Display message and redirect on Save.
This commit is contained in:
parent
f36d5a9220
commit
2f6ea48001
|
|
@ -304,6 +304,10 @@ require_once "resources/paging.php";
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
$_SESSION["message"] = $text['message-update'];
|
||||
header("Location: groups.php");
|
||||
return;
|
||||
}
|
||||
|
||||
//show the content
|
||||
|
|
|
|||
Loading…
Reference in New Issue