aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-07-14 00:56:37 -0400
committerJoas Schilling <nickvergessen@gmx.de>2013-07-14 10:10:05 -0400
commit057d860d07fe829104aa938338830787415bc1c6 (patch)
tree01d82d5623b86201f6dfba268fcaccb347ed0c7c /phpBB/phpbb/search
parent1e37d97909ccf52b08e2a809ea8a9365c824d8de (diff)
downloadforums-057d860d07fe829104aa938338830787415bc1c6.tar
forums-057d860d07fe829104aa938338830787415bc1c6.tar.gz
forums-057d860d07fe829104aa938338830787415bc1c6.tar.bz2
forums-057d860d07fe829104aa938338830787415bc1c6.tar.xz
forums-057d860d07fe829104aa938338830787415bc1c6.zip
[ticket/11696] Rename db_tools.php so it can be autoloaded
PHPBB3-11696
Diffstat (limited to 'phpBB/phpbb/search')
-rw-r--r--phpBB/phpbb/search/fulltext_sphinx.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php
index 2f7b236c78..4f3f852664 100644
--- a/phpBB/phpbb/search/fulltext_sphinx.php
+++ b/phpBB/phpbb/search/fulltext_sphinx.php
@@ -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);