mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[feature/template-events] Pass arguments in correct order.
Thank you imkingdavid. PHPBB3-9550
This commit is contained in:
parent
29f7e729ed
commit
0446886f91
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class phpbb_style
|
|||
$paths[] = $this->get_style_path($name);
|
||||
}
|
||||
|
||||
return $this->set_custom_style($style_path, $names, $paths);
|
||||
return $this->set_custom_style($style_path, $paths, $paths);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue