search_sphinx: convert contructor of the sphinx API library

This commit is contained in:
Andrew Dolgov 2019-05-01 09:33:52 +03:00
parent 66cbe55148
commit ae376bdfbf
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class SphinxClient
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
/// create a new client object and fill defaults /// create a new client object and fill defaults
function SphinxClient () function __construct()
{ {
// per-client-object settings // per-client-object settings
$this->_host = "localhost"; $this->_host = "localhost";