Browse Source

Bugfix: edit ressource

andre 2 years ago
parent
commit
023267e0d6
1 changed files with 9 additions and 0 deletions
  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();