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:
parent
85bcdbad46
commit
87b278bda7
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user