Browse Source

Bugfix: enable Log

andre 2 năm trước cách đây
mục cha
commit
7f550c24d7
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      app/Libs/Zimbra/Components/Api/Soap/Actions/Account.php

+ 9 - 0
app/Libs/Zimbra/Components/Api/Soap/Actions/Account.php

@@ -49,6 +49,15 @@ class Account extends AbstractAction
          * run request
          */
         $result = $this->connection->request("CreateAccountRequest", $params);
+
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $params,
+            'Debug',
+            $result
+        );
+
         $this->setLastResult($result);
 
         /**