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:
parent
774c609c4a
commit
6969a9d0db
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user