Skip to content

Commit

Permalink
bug 362: remote site update fails when inserting new cat (MySql err 1…
Browse files Browse the repository at this point in the history
…048)

git-svn-id: http://piwigo.org/svn/trunk@1296 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Apr 29, 2006
1 parent 0997165 commit 9251fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/site_update.php
Expand Up @@ -250,7 +250,7 @@
'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'}),
Expand Down

0 comments on commit 9251fdf

Please sign in to comment.