Browse Source

add mail forwarding

andre 1 năm trước cách đây
mục cha
commit
3878b72840

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

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