mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/dic] Fix parse errors
PHPBB3-10739
This commit is contained in:
@@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
|
||||
class phpbb_cron_task_core_queue extends phpbb_cron_task_base
|
||||
{
|
||||
protected $phpbb_root_path;
|
||||
protected $php_ext
|
||||
protected $php_ext;
|
||||
protected $config;
|
||||
|
||||
public function __construct($phpbb_root_path, $php_ext, phpbb_config $config)
|
||||
|
@@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
|
||||
class phpbb_cron_task_core_tidy_database extends phpbb_cron_task_base
|
||||
{
|
||||
protected $phpbb_root_path;
|
||||
protected $php_ext
|
||||
protected $php_ext;
|
||||
protected $config;
|
||||
|
||||
public function __construct($phpbb_root_path, $php_ext, phpbb_config $config)
|
||||
|
Reference in New Issue
Block a user