mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13421] Move tools to subdirectory
PHPBB3-13421
This commit is contained in:
@@ -29,7 +29,7 @@ class acp_database
|
||||
global $cache, $db, $user, $auth, $template, $table_prefix;
|
||||
global $config, $phpbb_root_path, $phpbb_admin_path, $phpEx;
|
||||
|
||||
$this->db_tools = new \phpbb\db\tools($db);
|
||||
$this->db_tools = new \phpbb\db\tools\tools($db);
|
||||
|
||||
$user->add_lang('acp/database');
|
||||
|
||||
|
Reference in New Issue
Block a user