mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 16:58:51 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
db80091a66
1 changed files with 2 additions and 1 deletions
|
@ -62,8 +62,9 @@ if ($cron_lock->acquire())
|
||||||
if ($task->is_ready())
|
if ($task->is_ready())
|
||||||
{
|
{
|
||||||
$task->run();
|
$task->run();
|
||||||
garbage_collection();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$cron_lock->release();
|
$cron_lock->release();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
garbage_collection();
|
||||||
|
|
Loading…
Add table
Reference in a new issue