aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-22 02:15:06 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-12-06 16:17:04 +0100
commitd78bb2865b27aa753b165fdc8aaa73ed82eaeac8 (patch)
tree371764fe3fb258d1cba3fde6832c1673aebd8b62 /phpBB/phpbb/search
parent536bdf036b6fc2a715f5dc3eec759fe360c2b1cf (diff)
downloadforums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar
forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar.gz
forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar.bz2
forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.tar.xz
forums-d78bb2865b27aa753b165fdc8aaa73ed82eaeac8.zip
[ticket/13421] Always require the interface when possible
PHPBB3-13421
Diffstat (limited to 'phpBB/phpbb/search')
-rw-r--r--phpBB/phpbb/search/fulltext_sphinx.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php
index eb53ca6d40..7be1b487ab 100644
--- a/phpBB/phpbb/search/fulltext_sphinx.php
+++ b/phpBB/phpbb/search/fulltext_sphinx.php
@@ -85,7 +85,7 @@ class fulltext_sphinx
/**
* Database Tools object
- * @var \phpbb\db\tools
+ * @var \phpbb\db\tools_interface
*/
protected $db_tools;