mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:25:54 +00:00
Revert "do not include sphinxclient if the class already exists"
This reverts commit 63edc5c631.
This commit is contained in:
@@ -3850,8 +3850,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function sphinx_search($query, $offset = 0, $limit = 30) {
|
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();
|
$sphinxClient = new SphinxClient();
|
||||||
|
|||||||
Reference in New Issue
Block a user