issue #2439 update popin

Add translations
remove last major update conf when in piwigo Upgrade
don't send popin template if not needed
This commit is contained in:
HWFord
2025-11-17 10:00:53 +01:00
parent 56a48aa76b
commit c04374928a
6 changed files with 33 additions and 4 deletions
+1
View File
@@ -168,6 +168,7 @@ elseif ($conf['piwigo_installed_version'] != PHPWG_VERSION)
conf_update_param('piwigo_installed_version', PHPWG_VERSION);
}
//Check if last major update conf is set if not set it
if (!isset($conf['last_major_update']))
{
list($dbnow) = pwg_db_fetch_row(pwg_query('SELECT NOW();'));