aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/style/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/style/style.php b/phpBB/includes/style/style.php
index 1b2e756064..4703c3a219 100644
--- a/phpBB/includes/style/style.php
+++ b/phpBB/includes/style/style.php
@@ -106,7 +106,7 @@ class phpbb_style
$paths[] = $this->get_style_path($name);
}
- return $this->set_custom_style($style_path, $paths, $paths);
+ return $this->set_custom_style($style_path, $paths, $names);
}
/**