summaryrefslogtreecommitdiffstats
path: root/pages/content/Pages:Privs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/content/Pages:Privs.xml')
-rw-r--r--pages/content/Pages:Privs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/content/Pages:Privs.xml b/pages/content/Pages:Privs.xml
index d75df63..693355b 100644
--- a/pages/content/Pages:Privs.xml
+++ b/pages/content/Pages:Privs.xml
@@ -17,7 +17,7 @@
exit();
if($_POST['back']) {
- header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', 'type=' . $_POST['type'], false));
+ header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', null, false));
exit();
}
@@ -51,7 +51,7 @@
$GLOBALS['pages']->SetAccess(Unquote($_POST['name']), $_POST['type'], array($readaccess, $writeaccess));
- header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', 'type=' . $_POST['type'], false));
+ header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', null, false));
exit();
?>
]]>