|
@@ -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);
|
|
|
|
|
|