Code base synced
[mailer.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index b9db256800dea703a3c677aafa3f0a7c9f281099..08e6d426a892387e3107303f28d6afd0a7c0a78e 100644 (file)
@@ -52,7 +52,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(stripslashes($output))));
        }
 
        /**