mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #2057 forgot to add a comment in the code
This commit is contained in:
@@ -156,6 +156,7 @@ if (!isset($conf['piwigo_installed_version']))
|
||||
}
|
||||
elseif ($conf['piwigo_installed_version'] != PHPWG_VERSION)
|
||||
{
|
||||
// Piwigo has been updated "from filesystem" and not "from the administration UI". We mark it as an autoupdate in the system activities log
|
||||
pwg_activity('system', ACTIVITY_SYSTEM_CORE, 'autoupdate', array('from_version'=>$conf['piwigo_installed_version'], 'to_version'=>PHPWG_VERSION));
|
||||
conf_update_param('piwigo_installed_version', PHPWG_VERSION);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user