Explorar el Código

Bugfix: enable log

andre hace 2 años
padre
commit
63f5f914e4
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  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()
             ->repository()
             ->ressources
             ->ressources
             ->getByDomainName($hosting->domain);
             ->getByDomainName($hosting->domain);
-
+        
+            logModuleCall(
+                'zimbraEmail',
+                __FUNCTION__,
+                $hosting,
+                'Debug Ressource',
+                $accounts
+            );
+    
         $productManager = new ProductManager();
         $productManager = new ProductManager();
         $productManager->loadByHostingId($hosting->id);
         $productManager->loadByHostingId($hosting->id);