Quellcode durchsuchen

add mail forwarding

andre vor 1 Jahr
Ursprung
Commit
3878b72840
1 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. 9 1
      app/Libs/Zimbra/Components/Api/Soap/MySoapClient.php

+ 9 - 1
app/Libs/Zimbra/Components/Api/Soap/MySoapClient.php

@@ -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