fixes #2057 register core autoupdate in system activities

This commit is contained in:
plegall
2023-12-07 11:29:32 +01:00
parent bd152ba00e
commit a01831b3d8
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -554,6 +554,7 @@ class updates
deltree(PHPWG_ROOT_PATH.$conf['data_location'].'update');
invalidate_user_cache(true);
conf_update_param('piwigo_installed_version', $upgrade_to);
pwg_activity('system', ACTIVITY_SYSTEM_CORE, 'update', array('from_version'=>PHPWG_VERSION, 'to_version'=>$upgrade_to));
if ($step == 2)