diff --git a/mnet/xmlrpc/xmlparser.php b/mnet/xmlrpc/xmlparser.php index af958d2f8a0..066265ff0cb 100644 --- a/mnet/xmlrpc/xmlparser.php +++ b/mnet/xmlrpc/xmlparser.php @@ -90,6 +90,7 @@ class mnet_encxml_parser { $p = xml_parse($this->parser, $data); if (count($this->cipher) > 0) { + $this->cipher = array_values($this->cipher); $this->payload_encrypted = true; }