Browse Source

debug mailboxinfo

andre 5 years ago
parent
commit
f264768d3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/Zm/Account.php

+ 1 - 1
api/Zm/Account.php

@@ -313,7 +313,7 @@ class Zm_Account
 		$result = null;
 		$result = null;
 		
 		
 		$params = array(
 		$params = array(
-			new SoapVar('<ns1:mbox id="' . $id . '" /ns1>', XSD_ANYXML),
+			new SoapVar('<ns1:mbox id="' . $id . '" />', XSD_ANYXML),
 		);
 		);
 
 
 		try
 		try