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