Browse Source

Bugfix: enable log

andre 2 years ago
parent
commit
63f5f914e4
1 changed files with 9 additions and 1 deletions
  1. 9 1
      app/UI/Client/Ressource/Pages/Ressources.php

+ 9 - 1
app/UI/Client/Ressource/Pages/Ressources.php

@@ -159,7 +159,15 @@ class Ressources extends DataTable implements ClientArea
             ->repository()
             ->ressources
             ->getByDomainName($hosting->domain);
-
+        
+            logModuleCall(
+                'zimbraEmail',
+                __FUNCTION__,
+                $hosting,
+                'Debug Ressource',
+                $accounts
+            );
+    
         $productManager = new ProductManager();
         $productManager->loadByHostingId($hosting->id);