mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12026] Remove phpbb root path
PHPBB3-12026
This commit is contained in:
parent
fa31096cb9
commit
fc778fe637
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue