diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 02:15:06 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-12-06 16:17:04 +0100 |
commit | d78bb2865b27aa753b165fdc8aaa73ed82eaeac8 (patch) | |
tree | 371764fe3fb258d1cba3fde6832c1673aebd8b62 /phpBB/phpbb/search | |
parent | 536bdf036b6fc2a715f5dc3eec759fe360c2b1cf (diff) | |
download | forums-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.php | 2 |
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; |