mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/template-events] Make style names private on template.
PHPBB3-9550
This commit is contained in:
@@ -135,7 +135,7 @@ class phpbb_style
|
||||
$this->provider->set_styles($paths);
|
||||
$this->locator->set_paths($this->provider);
|
||||
|
||||
$this->template->style_names = $names;
|
||||
$this->template->set_style_names($names);
|
||||
|
||||
if ($template_path !== false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user