1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-23 19:51:26 +02:00

[feature/twig] Spacing

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-07-04 15:24:42 -05:00
parent 53496e6a47
commit 0f3086a54b

View File

@ -504,7 +504,7 @@ class p_master
// 0 phpbb, 1 ext, 2 vendor, 3 extension name, ...
if (isset($module_dir[3]) && $module_dir[1] === 'ext')
{
$module_style_dir = $phpbb_root_path .'ext/' . $module_dir[2] . '/' . $module_dir[3] . '/adm/style';
$module_style_dir = $phpbb_root_path . 'ext/' . $module_dir[2] . '/' . $module_dir[3] . '/adm/style';
if (is_dir($module_style_dir))
{