]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_InvalidCommandException.php
Request data is now generally secured
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidCommandException.php
index add16453d11816c75a134ccac0521e8cfe423ba6..d8ec33da0c5b19a09e9c2cc63a6e7f855d512eef 100644 (file)
@@ -34,7 +34,7 @@ class InvalidCommandException extends FrameworkException {
                $message = sprintf("[%s:%d] Invalid command <u>%s</u> detected.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
-                       htmlentities(strip_tags($msgArray[1]), ENT_QUOTES)
+                       $msgArray[1]
                );
 
                // Call parent constructor