aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index ac13a99aa2..0d0f79a16d 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -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'));
}