1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 10:05:19 +02:00

[feature/compiled-dic] Remove unused function parameter

PHPBB3-11152
This commit is contained in:
David King 2012-10-20 10:58:35 -04:00 committed by Igor Wiedler
parent d88e11413a
commit 6d40b81dda

View File

@ -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"))