mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 08:31:32 +02:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
@@ -62,8 +62,9 @@ if ($cron_lock->acquire())
|
||||
if ($task->is_ready())
|
||||
{
|
||||
$task->run();
|
||||
garbage_collection();
|
||||
}
|
||||
}
|
||||
$cron_lock->release();
|
||||
}
|
||||
|
||||
garbage_collection();
|
||||
|
Reference in New Issue
Block a user