andre 5 anni fa
parent
commit
71600274aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      api/Zm/Account.php

+ 1 - 1
api/Zm/Account.php

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