summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-14 23:29:25 +0400
committerAndrew Dolgov <[email protected]>2013-07-14 23:29:25 +0400
commit030b2a31c1bf502d3e4558ead3153fb92dd4fedd (patch)
treefddf9bf1bfb9eae9bbd23c5ce973ad69e87932c0 /include
parent63edc5c6315ca75305d497987e2d33385d6d30d6 (diff)
Revert "do not include sphinxclient if the class already exists"
This reverts commit 63edc5c6315ca75305d497987e2d33385d6d30d6.
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php
index cda9aeeb8..3c1956ea2 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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();