Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / user / class_UserPasswordMismatchException.php
index 2ca954d6f0a44d2076c69d82c106119e9c532b19..fa6522a8d9f0e012ffa9cd6cc4bda113e5bd2f41 100644 (file)
@@ -31,7 +31,7 @@ class UserPasswordMismatchException extends FrameworkException {
         */
        public function __construct(array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] Supplied password for user <u>%s</u> did not match with stored password.",
+               $message = sprintf("[%s:%d] Supplied password for user <span id=\"exception_reason\">%s</span> did not match with stored password.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]->getUserName()