Merge branch 'develop-ascraeus' into develop

This commit is contained in:
Marc Alexander 2014-07-28 16:33:06 +02:00
commit db80091a66

View file

@ -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();