1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11015] Move db driver class name fixing to function

PHPBB3-11015
This commit is contained in:
Igor Wiedler
2012-11-17 00:24:32 +01:00
parent 8f8a7f7637
commit 5bc0f4b3d4
7 changed files with 33 additions and 35 deletions

View File

@@ -260,6 +260,8 @@ class phpbb_questionnaire_phpbb_data_provider
include("{$phpbb_root_path}config.$phpEx");
unset($dbhost, $dbport, $dbname, $dbuser, $dbpasswd); // Just a precaution
$dbms = phpbb_convert_30_dbms_to_31($dbms);
// Only send certain config vars
$config_vars = array(
'active_sessions' => true,