mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 10:42:59 +02:00
- 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
This commit is contained in:
+1
-1
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user