]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php
Continued:
[core.git] / framework / main / classes / output / debug / error / class_DebugErrorLogOutput.php
index 005944189e31b66bb9d3efe921704b885f37efae..b0b8cb08a4dadde31d092bb7139060b4263597a2 100644 (file)
@@ -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
+                       }
+               }
        }
 
        /**