1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

Revert "do not include sphinxclient if the class already exists"

This reverts commit 63edc5c631.
This commit is contained in:
Andrew Dolgov
2013-07-14 23:29:25 +04:00
parent 63edc5c631
commit 030b2a31c1

View File

@@ -3850,9 +3850,7 @@
}
function sphinx_search($query, $offset = 0, $limit = 30) {
if (!class_exists("SphinxClient"))
require_once 'lib/sphinxapi.php';
require_once 'lib/sphinxapi.php';
$sphinxClient = new SphinxClient();