diff --git a/phpBB/phpbb/cron/manager.php b/phpBB/phpbb/cron/manager.php index 59ee693074..f073721cc5 100644 --- a/phpBB/phpbb/cron/manager.php +++ b/phpBB/phpbb/cron/manager.php @@ -159,6 +159,6 @@ class manager */ public function wrap_task(\phpbb\cron\task\task $task) { - return new wrapper($task, $this->routing_helper, $this->phpbb_root_path, $this->php_ext); + return new wrapper($task, $this->routing_helper); } }