aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/manager.php')
-rw-r--r--phpBB/includes/cron/manager.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/cron/manager.php b/phpBB/includes/cron/manager.php
index 018ae39f18..7d2931b502 100644
--- a/phpBB/includes/cron/manager.php
+++ b/phpBB/includes/cron/manager.php
@@ -32,7 +32,8 @@ class phpbb_cron_manager
*/
protected $tasks = array();
- protected $phpbb_root_path, $php_ext;
+ protected $phpbb_root_path;
+ protected $php_ext;
/**
* Constructor. Loads all available tasks.