diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-04 15:24:42 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-04 15:24:42 -0500 |
commit | 0f3086a54bf2a9c83876a135738bdf130e0f0844 (patch) | |
tree | 6e15cf894c1a3ab281bc192fca9608d7653a0b7b /phpBB/includes/functions_module.php | |
parent | 53496e6a473f1e5563f733365cbeaf275c2fd0af (diff) | |
download | forums-0f3086a54bf2a9c83876a135738bdf130e0f0844.tar forums-0f3086a54bf2a9c83876a135738bdf130e0f0844.tar.gz forums-0f3086a54bf2a9c83876a135738bdf130e0f0844.tar.bz2 forums-0f3086a54bf2a9c83876a135738bdf130e0f0844.tar.xz forums-0f3086a54bf2a9c83876a135738bdf130e0f0844.zip |
[feature/twig] Spacing
PHPBB3-11598
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r-- | phpBB/includes/functions_module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index df0327db0f..99c24fcb19 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -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)) { |