mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:28:55 +00:00
[ticket/16346] Remove parameters
PHPBB3-16346
This commit is contained in:
parent
774c609c4a
commit
6969a9d0db
1 changed files with 1 additions and 1 deletions
|
@ -159,6 +159,6 @@ class manager
|
||||||
*/
|
*/
|
||||||
public function wrap_task(\phpbb\cron\task\task $task)
|
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…
Add table
Reference in a new issue