search_sphinx: convert contructor of the sphinx API library
This commit is contained in:
parent
66cbe55148
commit
ae376bdfbf
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue