aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task/wrapper.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-08-25 16:51:19 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-08-25 16:51:19 +0200
commit4f0f63ae8feb8efc70954e64bdca1f81ae98b212 (patch)
tree3e431db272de8d8ed9e6e67d0272ac15f99027ff /phpBB/includes/cron/task/wrapper.php
parent4feb9aa8d7bda303b62acec924008f75042eb757 (diff)
downloadforums-4f0f63ae8feb8efc70954e64bdca1f81ae98b212.tar
forums-4f0f63ae8feb8efc70954e64bdca1f81ae98b212.tar.gz
forums-4f0f63ae8feb8efc70954e64bdca1f81ae98b212.tar.bz2
forums-4f0f63ae8feb8efc70954e64bdca1f81ae98b212.tar.xz
forums-4f0f63ae8feb8efc70954e64bdca1f81ae98b212.zip
[feature/dic] Make cron task attributes protected, one per line
PHPBB3-10739
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.