summaryrefslogtreecommitdiffstats
path: root/pages/content/Pages:Copy.xml
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-10-14 17:13:02 +0200
committerneoraider <devnull@localhost>2006-10-14 17:13:02 +0200
commita55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7 (patch)
tree107eecff2176d1e531ecf102f168d3117bd88c16 /pages/content/Pages:Copy.xml
parent460c7f2127b5ae1f5562ff503edf5c69ff7be01b (diff)
downloadneon-a55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7.tar
neon-a55cccfbc9ba53fb4b4b28586cfeb9e5e035a6a7.zip
Deutsche Messages gefixt;
Seitenverwaltung auf normale Seiten beschr?nkt.
Diffstat (limited to 'pages/content/Pages:Copy.xml')
-rw-r--r--pages/content/Pages:Copy.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/content/Pages:Copy.xml b/pages/content/Pages:Copy.xml
index 945ccb7..c848da2 100644
--- a/pages/content/Pages:Copy.xml
+++ b/pages/content/Pages:Copy.xml
@@ -16,7 +16,7 @@
exit();
if($_POST['back']) {
- header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', 'type=' . $_POST['type'], false));
+ header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', null, false));
exit();
}
@@ -24,7 +24,7 @@
$GLOBALS['pages']->Copy(Unquote($_POST['name']), $_POST['type'], Unquote($_POST['newname']));
- header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', 'type=' . $_POST['type'], false));
+ header('Location: ' . $GLOBALS['links']->GetNeonLink('Pages', null, false));
exit();
?>
]]>