@@ -54,7 +54,15 @@ class MySoapClient extends SoapClient
$exception = $e;
}
-
+
+ logModuleCall(
+ 'zimbraEmail',
+ __FUNCTION__,
+ $request,
+ $action,
+ $response
+ );
if((isset($this->__soap_fault)) && ($this->__soap_fault != null)) {
//this is where the exception from __doRequest is stored