mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'p/feature/template-events' into develop
* p/feature/template-events: [feature/template-events] Pass arguments in correct order. Conflicts: phpBB/includes/style/style.php
This commit is contained in:
commit
2212294ba3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class phpbb_style
|
||||||
$paths[] = $this->get_style_path($name);
|
$paths[] = $this->get_style_path($name);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->set_custom_style($style_path, $paths, $paths);
|
return $this->set_custom_style($style_path, $paths, $names);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue