Mariusz Muszyński hace 8 años
padre
commit
083de906fa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      SE/se-lib/V.php

+ 2 - 1
SE/se-lib/V.php

@@ -584,7 +584,8 @@ EOF';
 					else $child->appendChild($dom->createCDATASection($data));
 				} else $parent->appendChild($child);
 			}
-			if ($child->hasChildNodes()) $parent->appendChild($child);
+			//if ($child->hasChildNodes())
+				$parent->appendChild($child);
 		};
 
 		if (!is_array($array)) throw new Exception("First argument need to be an array");