Typo.
authorGunnar Wrobel <p@rdus.de>
Mon, 29 Jun 2009 03:48:32 +0000 (05:48 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 29 Jun 2009 03:48:32 +0000 (05:48 +0200)
framework/Kolab_Format/lib/Horde/Kolab/Format/XML.php

index 41be0fa..8330ac7 100644 (file)
@@ -565,7 +565,7 @@ class Horde_Kolab_Format_XML
             foreach($children as $child) {
                 if ($child->type == XML_ELEMENT_NODE && $child->tagname == $name) {
                     $value    = $this->_getXmlData(array($child), $name,
-                              1                  $params['array']);
+                                                  $params['array']);
                     $result[] = $value;
                 }
             }