andre před 5 roky
rodič
revize
012529aad2
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 3 3
      api/Zm/Account.php
  2. 1 1
      zimbraSingle.inc

+ 3 - 3
api/Zm/Account.php

@@ -297,11 +297,11 @@ class Zm_Account
 	}
 
 	/**
-	 * getMailboxInfo
+	 * getMailbox
 	 * @param string $name account name
 	 * @return string account informations
 	 */
-	function getMailboxInfo($name)
+	function getMailbox($name)
 	{
 		$result = null;
 
@@ -312,7 +312,7 @@ class Zm_Account
 		try
 		{
 			$result = $this->auth->execSoapCall(
-				"GetMailboxInfoRequest",
+				"GetMailboxRequest",
 				$params
 			);
 

+ 1 - 1
zimbraSingle.inc

@@ -365,7 +365,7 @@ function zimbraSingleClientArea($userData)
         return false;
     }
 
-    $response = $apiAccountManager->getMailboxInfo($account_name);
+    $response = $apiAccountManager->getMailbox($account_name);
     if(is_a($response, "Exception")) {
         logModuleCall(
             'zimbrasingle',