Browse Source

debug accountInfo

andre 5 years ago
parent
commit
d4f8aaf720
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.inc

+ 1 - 1
zimbraSingle.inc

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