diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.php b/install.php index fe63248c6..29b2c86b5 100644 --- a/install.php +++ b/install.php @@ -339,6 +339,8 @@ INSERT INTO '.$prefixeTable.'config (param,value,comment) \'a secret key specific to the gallery for internal use\');'; pwg_query($query); + conf_update_param('piwigo_db_version', get_branch_from_version(PHPWG_VERSION)); + // fill languages table foreach ($languages->fs_languages as $language_code => $fs_language) { |