mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 20:11:07 +02:00
Revert "do not include sphinxclient if the class already exists"
This reverts commit 63edc5c6315ca75305d497987e2d33385d6d30d6.
This commit is contained in:
parent
63edc5c631
commit
030b2a31c1
@ -3850,8 +3850,6 @@
|
||||
}
|
||||
|
||||
function sphinx_search($query, $offset = 0, $limit = 30) {
|
||||
|
||||
if (!class_exists("SphinxClient"))
|
||||
require_once 'lib/sphinxapi.php';
|
||||
|
||||
$sphinxClient = new SphinxClient();
|
||||
|
Loading…
x
Reference in New Issue
Block a user