diff --git a/modules/soflexibilite/classes/SoFlexibiliteWebService.php b/modules/soflexibilite/classes/SoFlexibiliteWebService.php index a9843b39..e09a0971 100644 --- a/modules/soflexibilite/classes/SoFlexibiliteWebService.php +++ b/modules/soflexibilite/classes/SoFlexibiliteWebService.php @@ -44,7 +44,7 @@ class SoFlexibiliteWebService // Use local wsdl file - temporary method $useLocalWsdl = Configuration::get('SOFLEXIBILITE_WSDL_LOCAL'); - if ($useLocalWsdl === true) { + if ($useLocalWsdl == 1) { if (file_exists(realpath(__DIR__.'/../').'/wsdl/PointRetraitServiceWS-2.0.wsdl')) { $this->ws = realpath(__DIR__.'/../').'/wsdl/PointRetraitServiceWS-2.0.wsdl'; }