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