andre пре 5 година
родитељ
комит
a4d12c6460
1 измењених фајлова са 1 додато и 1 уклоњено
  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('<ns1:mbox id=' . $id . '</ns1>', XSD_ANYXML),
+			new SoapVar('<ns1:mbox id=' . $id . '</ns1:mbox>', XSD_ANYXML),
 		);
 
 		try