aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-10 13:35:15 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-10 13:35:15 -0500
commit0446886f91376c258df3729287824e505ff788b3 (patch)
tree400522eeb3993daa00c36568b3c2428d0737f262
parent29f7e729ed389f4312dbe8455d927a4bc2204f35 (diff)
downloadforums-0446886f91376c258df3729287824e505ff788b3.tar
forums-0446886f91376c258df3729287824e505ff788b3.tar.gz
forums-0446886f91376c258df3729287824e505ff788b3.tar.bz2
forums-0446886f91376c258df3729287824e505ff788b3.tar.xz
forums-0446886f91376c258df3729287824e505ff788b3.zip
[feature/template-events] Pass arguments in correct order.
Thank you imkingdavid. PHPBB3-9550
-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 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);
}
/**