1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge remote-tracking branch 'EXreaction/ticket/11791' into develop

This commit is contained in:
David King
2013-09-02 16:45:12 -07:00
5 changed files with 5 additions and 5 deletions

View File

@@ -508,7 +508,7 @@ class p_master
if (is_dir($module_style_dir))
{
$template->set_custom_style('admin', array($module_style_dir, $phpbb_admin_path . 'style'));
$template->set_custom_style('adm', array($module_style_dir, $phpbb_admin_path . 'style'));
}
}