From de56ab86d4abad02a91e6d912701333a679aeeeb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 19 May 2012 16:47:15 +0000 Subject: [PATCH 1/1] Generic arrays are now supported --- inc/classes/main/parser/xml/class_XmlParser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/classes/main/parser/xml/class_XmlParser.php b/inc/classes/main/parser/xml/class_XmlParser.php index dab9f3af..9374dc61 100644 --- a/inc/classes/main/parser/xml/class_XmlParser.php +++ b/inc/classes/main/parser/xml/class_XmlParser.php @@ -65,9 +65,9 @@ class XmlParser extends BaseParser implements Parseable { // Convert all to UTF8 if (empty($content)) { // No empty content! - $this->debugOuput('Empty content! Backtrace:
');
+			$this->debugOutput('Empty content! Backtrace: 
');
 			debug_print_backtrace();
-			$this->debugOuput('
'); + $this->debugOutput('
'); die(); } elseif (function_exists('recode')) { // Recode found, so use it -- 2.30.2