mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 2614: on a upgraded gallery, nb_categories_page is set to 50 instead
of the default value 12 for a new installation. git-svn-id: http://piwigo.org/svn/trunk@19281 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -28,8 +28,8 @@ if (!defined('PHPWG_ROOT_PATH'))
|
||||
|
||||
$upgrade_description = 'add "nb_categories_page" parameter';
|
||||
|
||||
conf_update_param('nb_categories_page', '12');
|
||||
conf_update_param('nb_categories_page', '50');
|
||||
|
||||
echo "\n".$upgrade_description."\n";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user