mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 20:11:07 +02:00
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
|
/// 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user