mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[feature/dic] Rename occurances of $container to $phpbb_container
PHPBB3-10739
This commit is contained in:
@@ -61,7 +61,7 @@ function do_cron($cron_lock, $run_tasks)
|
||||
|
||||
if ($config['use_system_cron'])
|
||||
{
|
||||
$cron = $container->get('cron.manager');
|
||||
$cron = $phpbb_container->get('cron.manager');
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -71,7 +71,7 @@ else
|
||||
output_image();
|
||||
}
|
||||
|
||||
$cron_lock = $container->get('cron.lock_db');
|
||||
$cron_lock = $phpbb_container->get('cron.lock_db');
|
||||
if ($cron_lock->acquire())
|
||||
{
|
||||
if ($config['use_system_cron'])
|
||||
|
Reference in New Issue
Block a user