mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 20:11:54 +02:00
[ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
This commit is contained in:
@@ -71,7 +71,7 @@ class convertor
|
||||
require_once($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||
require_once($phpbb_root_path . 'includes/functions_convert.' . $phpEx);
|
||||
|
||||
$dbms = $phpbb_config_php_file->convert_30_dbms_to_31($dbms);
|
||||
$dbms = \phpbb\config_php_file::convert_30_dbms_to_31($dbms);
|
||||
|
||||
/** @var \phpbb\db\driver\driver_interface $db */
|
||||
$db = new $dbms();
|
||||
|
Reference in New Issue
Block a user