Code base synced
[mailer.git] / inc / classes / exceptions / main / class_InvalidCommandInstanceException.php
index 93cc03a560435fc16fe934ea02909a1f7ac581e3..34a4d2495d386db94482c3a58e5e0ddcfe2313bd 100644 (file)
@@ -31,7 +31,7 @@ class InvalidCommandInstanceException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid command <span id=\"exception_reason\">%s</span> detected.",
+               $message = sprintf("[%s:%d] Invalid command <span class=\"exception_reason\">%s</span> detected.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]