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