search_sphinx: convert contructor of the sphinx API library

master
Andrew Dolgov 5 years ago
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…
Cancel
Save