Code base synced
[mailer.git] / inc / classes / exceptions / main / class_EmptyVariableException.php
index 1fae65454c27e0b4692e1e20248668b571c065b3..188969cff68c7cc2bc810dba4b85f9316bb4fb94 100644 (file)
@@ -31,7 +31,7 @@ class EmptyVariableException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Variable <span id=\"exception_reason\">%s</span> is not set.",
+               $message = sprintf("[%s:%d] Variable <span class=\"exception_reason\">%s</span> is not set.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]