(cp 06c1ec0) issue #1849 refresh the version number after a core update

This commit is contained in:
plegall
2023-01-09 16:08:51 +01:00
parent 83ea52e6d9
commit 9ff9cafd9b
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ if (!is_webmaster())
$template->assign(array(
'STEP' => $step,
'PHPWG_VERSION' => PHPWG_VERSION,
'PIWIGO_CURRENT_VERSION' => isset($page['updated_version']) ? $page['updated_version'] : PHPWG_VERSION,
'UPGRADE_TO' => $upgrade_to,
)
);