diff options
author | plegall <plg@piwigo.org> | 2005-05-14 13:39:00 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-05-14 13:39:00 +0000 |
commit | b15c91743dcf2ee0ad1717f8bd0fce6aa1969c81 (patch) | |
tree | 2c05a2f64a09148ed7388eb81872c63805ec6fee /admin/cat_list.php | |
parent | 06dbb3790190144202df48f6f6265810b8d0f63d (diff) |
This commit was manufactured by cvs2svn to create tag1.4.1
'release-1_4_1'.
git-svn-id: http://piwigo.org/svn/tags/release-1_4_1@790 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r-- | admin/cat_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php index b5b4a6852..55d34ff18 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -329,7 +329,7 @@ else $template->assign_vars(array( 'CATEGORIES_NAV'=>$navigation, 'NEXT_RANK'=>$next_rank, - 'F_ACTION'=>$form_action, + 'F_ACTION'=>add_session_id($form_action), 'L_ADD_VIRTUAL'=>$lang['cat_add'], 'L_SUBMIT'=>$lang['submit'], |