aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-10-20 10:58:35 -0400
committerIgor Wiedler <igor@wiedler.ch>2012-11-10 11:40:10 +0100
commit6d40b81dda242f5f07fe1e01430d70e6879d1885 (patch)
tree6f883e7a207fd446ac836c4d25dc6992a869fbe3
parentd88e11413ac89ac2bfda303dd4ecaacef6dc8c0f (diff)
downloadforums-6d40b81dda242f5f07fe1e01430d70e6879d1885.tar
forums-6d40b81dda242f5f07fe1e01430d70e6879d1885.tar.gz
forums-6d40b81dda242f5f07fe1e01430d70e6879d1885.tar.bz2
forums-6d40b81dda242f5f07fe1e01430d70e6879d1885.tar.xz
forums-6d40b81dda242f5f07fe1e01430d70e6879d1885.zip
[feature/compiled-dic] Remove unused function parameter
PHPBB3-11152
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index d724374744..ac63bd086c 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -5475,7 +5475,7 @@ function phpbb_create_install_container($phpbb_root_path, $phpEx)
* @param string $phpEx PHP Extension
* @return ContainerBuilder object (compiled)
*/
-function phpbb_create_compiled_container(array $extensions, array $passes, $config_file_path, $phpbb_root_path, $phpEx)
+function phpbb_create_compiled_container(array $extensions, array $passes, $phpbb_root_path, $phpEx)
{
// Check for our cached container; if it exists, use it
if (file_exists("{$phpbb_root_path}cache/container.$phpEx"))