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:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user