aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_move.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/cat_move.php')
-rw-r--r--admin/cat_move.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_move.php b/admin/cat_move.php
index 7760b6494..0d030dca0 100644
--- a/admin/cat_move.php
+++ b/admin/cat_move.php
@@ -68,7 +68,7 @@ $template->set_filenames(
$template->assign_vars(
array(
- 'F_ACTION' => add_session_id(PHPWG_ROOT_PATH.'admin.php?page=cat_move'),
+ 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=cat_move',
)
);