mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
merge -r1281:1283 from branch 1.6 to trunk (bug 228 fixed one more time, and
other little things) git-svn-id: http://piwigo.org/svn/trunk@1284 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -252,7 +252,7 @@ SELECT IF(MAX(id)+1 IS NULL, 1, MAX(id)+1) AS next_id
|
||||
'uploadable' => $site_is_remote
|
||||
? false
|
||||
: boolean_to_string($conf['newcat_default_uploadable']),
|
||||
'status' => boolean_to_string($conf{'newcat_default_status'}),
|
||||
'status' => $conf{'newcat_default_status'},
|
||||
'visible' => boolean_to_string($conf{'newcat_default_visible'}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user