|
|
@@ -248,6 +248,15 @@ function zimbraSingle_UsageUpdate($params) {
|
|
|
->where('server', '=', $params['serverid'])
|
|
|
->where('domainstatus', '=', 'Active')
|
|
|
->get();
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'zimbrasingle',
|
|
|
+ __FUNCTION__,
|
|
|
+ $params,
|
|
|
+ "Debug",
|
|
|
+ $productsObj
|
|
|
+ );
|
|
|
+
|
|
|
foreach((array)$productsObj as $productObj) {
|
|
|
$product = get_object_vars($productObj[0]);
|
|
|
$quota = $apiAccountManager->getQuota($product['username']);
|