fixes #2499 make the check_for_updates a unique_exec

This commit is contained in:
plegall
2026-01-04 20:48:27 +01:00
parent e3c80efe63
commit ea80dca422
2 changed files with 13 additions and 4 deletions
+3
View File
@@ -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');
}
/**