mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
search_sphinx: convert contructor of the sphinx API library
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user