Generic arrays are now supported
authorRoland Häder <roland@mxchange.org>
Sat, 19 May 2012 16:47:15 +0000 (16:47 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 19 May 2012 16:47:15 +0000 (16:47 +0000)
inc/classes/main/parser/xml/class_XmlParser.php

index dab9f3af6c74e6fef126d902d4b8ff13bd733898..9374dc61259d96845b99ac183c7c0d741c13d43e 100644 (file)
@@ -65,9 +65,9 @@ class XmlParser extends BaseParser implements Parseable {
                // Convert all to UTF8
                if (empty($content)) {
                        // No empty content!
                // Convert all to UTF8
                if (empty($content)) {
                        // No empty content!
-                       $this->debugOuput('Empty content! Backtrace: <pre>');
+                       $this->debugOutput('Empty content! Backtrace: <pre>');
                        debug_print_backtrace();
                        debug_print_backtrace();
-                       $this->debugOuput('</pre>');
+                       $this->debugOutput('</pre>');
                        die();
                } elseif (function_exists('recode')) {
                        // Recode found, so use it
                        die();
                } elseif (function_exists('recode')) {
                        // Recode found, so use it