1
0
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:
Igor Wiedler
2012-08-25 17:04:42 +02:00
parent ae85d43757
commit e103b2f0cc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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