Code base synced
[mailer.git] / inc / classes / exceptions / user / class_UsernameMissingException.php
index 0ab7e9e5470ddd7493b234b7d17af15c61b7e6ad..9f5e52dd0f71d8d3e6784ac2431d71676716cc6b 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 id=\"exception_reason\">%s</span> was not found.",
+               $message = sprintf("[%s:%d] Username <span class=\"exception_reason\">%s</span> was not found.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]