1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

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

View File

@@ -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";