mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
fixes #2499 make the check_for_updates a unique_exec
This commit is contained in:
@@ -3011,7 +3011,10 @@ SELECT
|
||||
|
||||
function pwg_unique_exec_ends($token_name)
|
||||
{
|
||||
global $logger;
|
||||
|
||||
conf_delete_param($token_name.'_running');
|
||||
$logger->info('['.$token_name.'] ends now');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user