diff options
author | plegall <plg@piwigo.org> | 2005-05-01 14:19:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-05-01 14:19:38 +0000 |
commit | 600c108a1fa5c0e9eaec8c58f599c6f3735bfffa (patch) | |
tree | ee1c229356ad9239a030678fb40a38739b621e64 | |
parent | 2e14b0a79f454b81075b72f6afa8f9b28d6607ff (diff) |
- bug 111 fixed : "Can't add virtual category when cookie disabled". Trivial
correction.
git-svn-id: http://piwigo.org/svn/branches/branch-1_4@783 68402e56-0260-453c-a942-63ccdbb3a9ee
-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'], |