diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-12-06 16:34:02 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-12-06 17:10:07 +0100 |
commit | ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe (patch) | |
tree | f2cbf3419cbf1c0fea7391f03dfb418cc5c9dc72 /phpBB/install/convertors | |
parent | d78bb2865b27aa753b165fdc8aaa73ed82eaeac8 (diff) | |
download | forums-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.tar forums-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.tar.gz forums-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.tar.bz2 forums-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.tar.xz forums-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.zip |
[ticket/13421] Move tools to subdirectory
PHPBB3-13421
Diffstat (limited to 'phpBB/install/convertors')
-rw-r--r-- | phpBB/install/convertors/functions_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php index 817c007274..7794b5ca67 100644 --- a/phpBB/install/convertors/functions_phpbb20.php +++ b/phpBB/install/convertors/functions_phpbb20.php @@ -1926,7 +1926,7 @@ function phpbb_check_username_collisions() function phpbb_convert_timezone($timezone) { global $config, $db, $phpbb_root_path, $phpEx, $table_prefix; - $timezone_migration = new \phpbb\db\migration\data\v310\timezone($config, $db, new \phpbb\db\tools($db), $phpbb_root_path, $phpEx, $table_prefix); + $timezone_migration = new \phpbb\db\migration\data\v310\timezone($config, $db, new \phpbb\db\tools\tools($db), $phpbb_root_path, $phpEx, $table_prefix); return $timezone_migration->convert_phpbb30_timezone($timezone, 0); } |