|
|
@@ -245,6 +245,7 @@ function zimbraSingle_UsageUpdate($params) {
|
|
|
'Error : could not find quota for ' . $product['username'],
|
|
|
$accountQuota->getMessage()
|
|
|
);
|
|
|
+ break;
|
|
|
}
|
|
|
$mboxObj = $apiAccountManager->getMailbox($product['username']);
|
|
|
if(is_a($mboxObj, 'Exception')) {
|
|
|
@@ -255,6 +256,7 @@ function zimbraSingle_UsageUpdate($params) {
|
|
|
'Error: could not fetch mailbox info for ' . $product['username'],
|
|
|
$mboxObj->getMessage()
|
|
|
);
|
|
|
+ break;
|
|
|
}
|
|
|
$mboxVars = get_object_vars($mboxObj);
|
|
|
$mboxSize = $mboxVars['S'];
|