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

+ 1 - 1
zimbraSingle.inc

@@ -353,7 +353,7 @@ function zimbraSingleClientArea($userData)
         return false;
         return false;
     }
     }
     $apiAccountManager = new Zm_Account($api);
     $apiAccountManager = new Zm_Account($api);
-    $response = $apiAccountManager->getAccount($account_name);
+    $response = $apiAccountManager->getQuota($account_name);
     if(is_a($response, "Exception")) {
     if(is_a($response, "Exception")) {
         logModuleCall(
         logModuleCall(
             'zimbrasingle',
             'zimbrasingle',