mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fixes #2057 register core autoupdate in system activities
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user