mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11696] Rename db_tools.php so it can be autoloaded
PHPBB3-11696
This commit is contained in:
@@ -135,11 +135,6 @@ class phpbb_search_fulltext_sphinx
|
||||
$this->db = $db;
|
||||
$this->auth = $auth;
|
||||
|
||||
if (!class_exists('phpbb_db_tools'))
|
||||
{
|
||||
require($this->phpbb_root_path . 'includes/db/db_tools.' . $this->php_ext);
|
||||
}
|
||||
|
||||
// Initialize phpbb_db_tools object
|
||||
$this->db_tools = new phpbb_db_tools($this->db);
|
||||
|
||||
|
Reference in New Issue
Block a user