浏览代码

Bugfix: edit ressource

andre 2 年之前
父节点
当前提交
023267e0d6
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      app/Libs/Zimbra/Components/Api/Soap/Repository/Ressources.php

+ 9 - 0
app/Libs/Zimbra/Components/Api/Soap/Repository/Ressources.php

@@ -101,6 +101,15 @@ class Ressources extends AbstractRepository
         $ressource->setId($id);
 
         $result = $this->getClient()->ressource->getRessourceInfo($ressource);
+
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $result,
+            'Debug Ressource',
+            $result->getResponseBody()
+        );
+
         if(!$result->getLastError())
         {
             $body = $result->getResponseBody();