mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/11015] Re-introduce accidentally removed require in install_convert
PHPBB3-11015
This commit is contained in:
parent
9cc7680965
commit
bf1325b1b4
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ class install_convert extends module
|
|||
|
||||
require($phpbb_root_path . 'config.' . $phpEx);
|
||||
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||
require($phpbb_root_path . 'includes/functions_convert.' . $phpEx);
|
||||
|
||||
$db = new $dbms();
|
||||
$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false, true);
|
||||
|
|
Loading…
Add table
Reference in a new issue