fixes #2368 set conf update param to true

This commit is contained in:
HWFord
2025-05-20 14:10:06 +02:00
parent 9bcc2cfa02
commit 853f48bf4d

View File

@@ -15,7 +15,7 @@ $upgrade_description = 'add config parameter to override Theme Login & Registrat
// we set it to false in this upgrade script, as opposed to the default value
// for a new installation, because it was the default behavior before Piwigo 16
conf_update_param('use_standard_pages', false);
conf_update_param('use_standard_pages', true);
echo "\n".$upgrade_description."\n";