mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/dic] Fix parse errors
PHPBB3-10739
This commit is contained in:
parent
ae85d43757
commit
e103b2f0cc
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
|
||||||
class phpbb_cron_task_core_queue extends phpbb_cron_task_base
|
class phpbb_cron_task_core_queue extends phpbb_cron_task_base
|
||||||
{
|
{
|
||||||
protected $phpbb_root_path;
|
protected $phpbb_root_path;
|
||||||
protected $php_ext
|
protected $php_ext;
|
||||||
protected $config;
|
protected $config;
|
||||||
|
|
||||||
public function __construct($phpbb_root_path, $php_ext, phpbb_config $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
|
class phpbb_cron_task_core_tidy_database extends phpbb_cron_task_base
|
||||||
{
|
{
|
||||||
protected $phpbb_root_path;
|
protected $phpbb_root_path;
|
||||||
protected $php_ext
|
protected $php_ext;
|
||||||
protected $config;
|
protected $config;
|
||||||
|
|
||||||
public function __construct($phpbb_root_path, $php_ext, phpbb_config $config)
|
public function __construct($phpbb_root_path, $php_ext, phpbb_config $config)
|
||||||
|
|
Loading…
Add table
Reference in a new issue