aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/task')
-rw-r--r--phpBB/includes/cron/task/core/queue.php2
-rw-r--r--phpBB/includes/cron/task/core/tidy_database.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/cron/task/core/queue.php b/phpBB/includes/cron/task/core/queue.php
index c436c9bbad..3278ce9d76 100644
--- a/phpBB/includes/cron/task/core/queue.php
+++ b/phpBB/includes/cron/task/core/queue.php
@@ -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)
diff --git a/phpBB/includes/cron/task/core/tidy_database.php b/phpBB/includes/cron/task/core/tidy_database.php
index 4b4679f203..c9f81cbb51 100644
--- a/phpBB/includes/cron/task/core/tidy_database.php
+++ b/phpBB/includes/cron/task/core/tidy_database.php
@@ -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)