[ticket/16346] Remove parameters

PHPBB3-16346
This commit is contained in:
rubencm 2020-06-08 10:44:12 +00:00
parent 774c609c4a
commit 6969a9d0db

View file

@ -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);
}
}