aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php
index 64f81964f..8257ba3fb 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -311,6 +311,7 @@ if ((isset($_POST['submit']) or isset($_GET['now']))
$page['upgrade_start'] = get_moment();
$conf['die_on_sql_error'] = false;
include($upgrade_file);
+ conf_update_param('piwigo_db_version', get_branch_from_version(PHPWG_VERSION));
// Something to add in database.inc.php?
if (!empty($mysql_changes))