bug 362: remote site update fails when inserting new cat (MySql err 1048)
git-svn-id: http://piwigo.org/svn/trunk@1296 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0997165e0b
commit
9251fdf3fb
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ SELECT IF(MAX(id)+1 IS NULL, 1, MAX(id)+1) AS next_id
|
|||
'commentable' =>
|
||||
boolean_to_string($conf['newcat_default_commentable']),
|
||||
'uploadable' => $site_is_remote
|
||||
? false
|
||||
? 'false'
|
||||
: boolean_to_string($conf['newcat_default_uploadable']),
|
||||
'status' => $conf{'newcat_default_status'},
|
||||
'visible' => boolean_to_string($conf{'newcat_default_visible'}),
|
||||
|
|
Loading…
Reference in a new issue