mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11628] Remove set_style_names function, moved to set_custom_style
PHPBB3-11628
This commit is contained in:
@@ -660,7 +660,7 @@ class messenger
|
||||
{
|
||||
$this->setup_template();
|
||||
|
||||
$this->template->set_style_names(array($path_name), $paths);
|
||||
$this->template->set_custom_style($path_name, $paths, '');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user