X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fparser%2Fxml%2Fclass_XmlParser.php;fp=inc%2Fclasses%2Fmain%2Fparser%2Fxml%2Fclass_XmlParser.php;h=3394a85ae13d75faab0acd1316edfa4ab50fb510;hp=9374dc61259d96845b99ac183c7c0d741c13d43e;hb=e7040f10e90178e789f97ef7e195b479250e241a;hpb=4cfe82256d609b7d6cdffb7baa2286bd026040d5 diff --git a/inc/classes/main/parser/xml/class_XmlParser.php b/inc/classes/main/parser/xml/class_XmlParser.php index 9374dc61..3394a85a 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->debugOutput('Empty content! Backtrace:
');
+			self::createDebugInstance(__CLASS__)->debugOutput('Empty content! Backtrace: 
');
 			debug_print_backtrace();
-			$this->debugOutput('
'); + self::createDebugInstance(__CLASS__)->debugOutput('
'); die(); } elseif (function_exists('recode')) { // Recode found, so use it