浏览代码

Add group_uuid to the browser redirect.

Mark Crane 10 年之前
父节点
当前提交
1ff7c6cea3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/users/groupmemberadd.php

+ 1 - 1
core/users/groupmemberadd.php

@@ -75,6 +75,6 @@ else {
 	}
 
 //redirect the user
-	header("Location: groupmembers.php?group_name=$group_name");
+	header("Location: groupmembers.php?group_uuid=$group_uuid&group_name=$group_name");
 
 ?>