From: Roland Häder Date: Sat, 19 May 2012 16:47:15 +0000 (+0000) Subject: Generic arrays are now supported X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=de56ab86d4abad02a91e6d912701333a679aeeeb;hp=957fde994a61abfe5deb2b914c4e9d24e2f462b1 Generic arrays are now supported --- 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