Browse Source

Group Permissions: Display message and redirect on Save.

Nate Jones 11 years ago
parent
commit
6bbce32059
1 changed files with 4 additions and 0 deletions
  1. 4 0
      core/users/group_permissions.php

+ 4 - 0
core/users/group_permissions.php

@@ -304,6 +304,10 @@ require_once "resources/paging.php";
 					}
 				}
 			}
+
+		$_SESSION["message"] = $text['message-update'];
+		header("Location: groups.php");
+		return;
 	}
 
 //show the content