1
0
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:
Oleg Pudeyev
2012-11-08 21:02:02 -05:00
parent d42d71b47d
commit da7d888448
2 changed files with 14 additions and 2 deletions

View File

@@ -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)
{