Skip to content

Commit

Permalink
[ticket/11187] Added a blank array to fix errors in functional tests
Browse files Browse the repository at this point in the history
PHPBB3-11187
  • Loading branch information
Fyorl committed Nov 10, 2012
1 parent 29fdad3 commit c73293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_framework/phpbb_functional_test_case.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected function get_extension_manager()
{
$this->extension_manager = new phpbb_extension_manager(
$this->get_db(),
new phpbb_config(),
new phpbb_config(array()),
self::$config['table_prefix'] . 'ext',
$phpbb_root_path,
".$phpEx",
Expand Down

0 comments on commit c73293d

Please sign in to comment.