1
0
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:
Nathaniel Guse
2013-07-24 13:19:20 -05:00
parent 4414278209
commit 863592a8be
3 changed files with 7 additions and 32 deletions

View File

@@ -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, '');
}
}