aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task/wrapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/task/wrapper.php')
-rw-r--r--phpBB/includes/cron/task/wrapper.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/includes/cron/task/wrapper.php b/phpBB/includes/cron/task/wrapper.php
index d1ddf20156..386fb5b383 100644
--- a/phpBB/includes/cron/task/wrapper.php
+++ b/phpBB/includes/cron/task/wrapper.php
@@ -23,7 +23,9 @@ if (!defined('IN_PHPBB'))
*/
class phpbb_cron_task_wrapper
{
- private $task, $phpbb_root_path, $php_ext;
+ protected $task;
+ protected $phpbb_root_path;
+ protected $php_ext;
/**
* Constructor.