1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 08:05:25 +02:00

[ticket/12026] Remove phpbb root path

PHPBB3-12026
This commit is contained in:
Lukasz 2013-11-20 23:04:56 +01:00
parent fa31096cb9
commit fc778fe637

View File

@ -535,7 +535,7 @@ class p_master
{ {
$module_style_dir = $phpbb_root_path . 'ext/' . $module_dir[0] . '/' . $module_dir[1] . '/styles'; $module_style_dir = $phpbb_root_path . 'ext/' . $module_dir[0] . '/' . $module_dir[1] . '/styles';
if (is_dir($phpbb_root_path . $module_style_dir)) if (is_dir($module_style_dir))
{ {
$template->set_style(array($module_style_dir, 'styles')); $template->set_style(array($module_style_dir, 'styles'));
} }