mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8615 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cf8eef783b
commit
bf9723dc2c
1 changed files with 9 additions and 9 deletions
|
@ -585,7 +585,7 @@ class install_convert extends module
|
||||||
function convert_data($sub)
|
function convert_data($sub)
|
||||||
{
|
{
|
||||||
global $template, $user, $phpbb_root_path, $phpEx, $db, $lang, $config, $cache;
|
global $template, $user, $phpbb_root_path, $phpEx, $db, $lang, $config, $cache;
|
||||||
global $convert, $convert_row, $message_parser, $skip_rows;
|
global $convert, $convert_row, $message_parser, $skip_rows, $language;
|
||||||
|
|
||||||
require($phpbb_root_path . 'config.' . $phpEx);
|
require($phpbb_root_path . 'config.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||||
|
|
Loading…
Add table
Reference in a new issue