]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/debug/class_DebugConsoleOutput.php
Deug backtraces centralized
[shipsimu.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index be17ae39adbfde9ab0749a20a304cc16c9b2c9f6..9f5690325256cb5a139be2040ac056e87fe14c9d 100644 (file)
@@ -58,7 +58,7 @@ class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, Output
         * @return      void
         */
        public final function outputStream ($output) {
-               print html_entity_decode(strip_tags($output));
+               print(html_entity_decode(strip_tags($output)));
        }
 
        /**