aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-07-14 07:29:29 -0700
committerNils Adermann <naderman@naderman.de>2013-07-14 07:29:29 -0700
commit3d9e57d0cec8f6d7883f8de1e461580047d18709 (patch)
tree4fe7066739fd30e47c3448ef00118562cf72c519 /phpBB/phpbb/search
parent1e37d97909ccf52b08e2a809ea8a9365c824d8de (diff)
parentf302cbe175e99f90448458f44a499eeb33f75261 (diff)
downloadforums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar
forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar.gz
forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar.bz2
forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.tar.xz
forums-3d9e57d0cec8f6d7883f8de1e461580047d18709.zip
Merge pull request #1558 from nickvergessen/ticket/11696
[ticket/11696] Rename db_tools.php so it can be autoloaded
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);