1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 01:20:40 +01:00

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