andre 5 лет назад
Родитель
Сommit
c3fb186b35
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      zimbraSingle.php

+ 2 - 2
zimbraSingle.php

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