Mnet: Stylefix: Array was returned with unusual numeric index

This commit is contained in:
donal72
2007-01-15 09:00:39 +00:00
parent 151a987289
commit 82b29ea15a
+1
View File
@@ -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;
}