summaryrefslogtreecommitdiff
path: root/includes/pages/admin_groups.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2012-12-30 18:27:45 +0100
committerPhilip Häusler <msquare@notrademark.de>2012-12-30 18:27:45 +0100
commita573b4e325bbac31642f5a7d0a65cc07464c473c (patch)
treeea9f70596bf8f8afbacfba8c075faf69abc09b09 /includes/pages/admin_groups.php
parent8fd5ffb3352f28557187ae16aaabb4b245a22941 (diff)
replaced header with redirect function
Diffstat (limited to 'includes/pages/admin_groups.php')
-rw-r--r--includes/pages/admin_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_groups.php b/includes/pages/admin_groups.php
index dbcd5797..adcabd6e 100644
--- a/includes/pages/admin_groups.php
+++ b/includes/pages/admin_groups.php
@@ -88,7 +88,7 @@ function admin_groups() {
}
}
engelsystem_log("Group privileges of group " . $room['Name'] . " edited: " . join(", ", $privilege_names));
- header("Location: " . page_link_to("admin_groups"));
+ redirect(page_link_to("admin_groups"));
} else
return error("No Group found.", true);
break;