Correction appel port de recherche
This commit is contained in:
parent
f4af6cfa04
commit
eb9d909fe6
@ -33,7 +33,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||||||
|
|
||||||
// Actionnaire
|
// Actionnaire
|
||||||
define('SPHINX_ACT_HOST', $config->profil->sphinx->act->host);
|
define('SPHINX_ACT_HOST', $config->profil->sphinx->act->host);
|
||||||
define('SPHINX_ACT_PORT', intval($this->profil->sphinx->act->port));
|
define('SPHINX_ACT_PORT', intval($config->profil->sphinx->act->port));
|
||||||
define('SPHINX_ACT_VERSION', $config->profil->sphinx->act->version);
|
define('SPHINX_ACT_VERSION', $config->profil->sphinx->act->version);
|
||||||
|
|
||||||
//Old
|
//Old
|
||||||
|
Loading…
Reference in New Issue
Block a user