1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 07:07:51 +02:00

[ticket/11012] Fix php_ext change in mock_extension_manager

PHPBB3-11012
This commit is contained in:
Igor Wiedler 2012-07-21 16:31:26 +02:00
parent 85bcdbad46
commit 87b278bda7

View File

@ -12,7 +12,7 @@ class phpbb_mock_extension_manager extends phpbb_extension_manager
public function __construct($phpbb_root_path, $extensions = array())
{
$this->phpbb_root_path = $phpbb_root_path;
$this->phpEx = '.php';
$this->php_ext = '.php';
$this->extensions = $extensions;
}
}