mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[ticket/12026] Remove phpbb root path
PHPBB3-12026
This commit is contained in:
parent
fa31096cb9
commit
fc778fe637
@ -535,7 +535,7 @@ class p_master
|
||||
{
|
||||
$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'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user