Skip to content
Snippets Groups Projects
Commit d00d302b authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

fix inspector gadget SoapClient dependency

parent b5c48c2b
Branches
Tags
1 merge request!2355Stable
Pipeline #2562 passed with stage
in 21 minutes and 38 seconds
......@@ -36,7 +36,8 @@ class ZendAfi_Controller_Plugin_InspectorGadget extends Zend_Controller_Plugin_A
$this->beEnabled();
Class_WebService_SIGB_AbstractService::setLogger($this);
Class_WebService_MappedSoapClient::setLogger($this);
if (class_exists('SoapClient'))
Class_WebService_MappedSoapClient::setLogger($this);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment