diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/includes/style/style.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/style/style.php b/phpBB/includes/style/style.php index 7c91edd034..1b2e756064 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, $names, $paths); +		return $this->set_custom_style($style_path, $paths, $paths);  	}  	/**  | 
