X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=framework%2Fmain%2Fclasses%2Foutput%2Fdebug%2Ferror%2Fclass_DebugErrorLogOutput.php;fp=framework%2Fmain%2Fclasses%2Foutput%2Fdebug%2Ferror%2Fclass_DebugErrorLogOutput.php;h=b0b8cb08a4dadde31d092bb7139060b4263597a2;hb=08a0c865dd2c8ee0b6dbf96f4f07e9ee0ce0f02b;hp=005944189e31b66bb9d3efe921704b885f37efae;hpb=91de23a7cb7b4c51500d8ce1df76b8af8843cb0b;p=core.git diff --git a/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php b/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php index 00594418..b0b8cb08 100644 --- a/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php +++ b/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php @@ -74,8 +74,8 @@ class DebugErrorLogOutput extends BaseDebugOutput implements Debugger, OutputStr if (!empty($err)) { // Log this line error_log(html_entity_decode(strip_tags($err)), 0); - } // END - if - } // END - foreach + } + } } /**