소스 검색

add mail forwarding

andre 1 년 전
부모
커밋
3878b72840
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  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