]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/user/class_UsernameMissingException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / user / class_UsernameMissingException.php
index 20e4022e2e72ad5ccc83437ad0b8a48579fe2915..42c5f33c6a741bef73aed5feed73468f4e42b292 100644 (file)
@@ -31,7 +31,7 @@ class UsernameMissingException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] Username <span class=\"exception_reason\">%s</span> was not found.",
+               $message = sprintf("[%s:%d] Username %s was not found.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]