mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1358 automatic call to pwg.extensions.checkUpdates can be deactivated
This commit is contained in:
@@ -156,6 +156,7 @@ $template->assign(
|
||||
'NB_PLUGINS' => count($pwg_loaded_plugins),
|
||||
'STORAGE_USED' => l10n('%sGB', number_format($du_gb, $du_decimals)),
|
||||
'U_QUICK_SYNC' => PHPWG_ROOT_PATH.'admin.php?page=site_update&site=1&quick_sync=1&pwg_token='.get_pwg_token(),
|
||||
'CHECK_FOR_UPDATES' => $conf['dashboard_check_for_updates'],
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user