diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-05-01 09:33:52 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-05-01 09:33:52 +0300 |
| commit | ae376bdfbf96242a3b0df13f6c26a0785da573fe (patch) | |
| tree | 10d29f244336807983c58e00ceee05fca625d017 /plugins | |
| parent | 66cbe55148ff15dac97ea8d56fcb0c79366469f7 (diff) | |
search_sphinx: convert contructor of the sphinx API library
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/search_sphinx/sphinxapi.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search_sphinx/sphinxapi.php b/plugins/search_sphinx/sphinxapi.php index 4d1ed6116..9c53e216a 100644 --- a/plugins/search_sphinx/sphinxapi.php +++ b/plugins/search_sphinx/sphinxapi.php @@ -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"; |