summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-05-01 09:33:52 +0300
committerAndrew Dolgov <[email protected]>2019-05-01 09:33:52 +0300
commitae376bdfbf96242a3b0df13f6c26a0785da573fe (patch)
tree10d29f244336807983c58e00ceee05fca625d017 /plugins
parent66cbe55148ff15dac97ea8d56fcb0c79366469f7 (diff)
search_sphinx: convert contructor of the sphinx API library
Diffstat (limited to 'plugins')
-rw-r--r--plugins/search_sphinx/sphinxapi.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search_sphinx/sphinxapi.php b/plugins/search_sphinx/sphinxapi.php
index 4d1ed6116..9c53e216a 100644
--- a/plugins/search_sphinx/sphinxapi.php
+++ b/plugins/search_sphinx/sphinxapi.php
@@ -424,7 +424,7 @@ class SphinxClient
/////////////////////////////////////////////////////////////////////////////
/// create a new client object and fill defaults
- function SphinxClient ()
+ function __construct()
{
// per-client-object settings
$this->_host = "localhost";