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