]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/exceptions/controller/class_InvalidControllerException.php
Code base synced
[mailer.git] / inc / classes / exceptions / controller / class_InvalidControllerException.php
index b166455a12134f55a0e4cbe184e31b9902105911..7fec632003cfacaa936f68c60cb2484a26b6f310 100644 (file)
@@ -31,7 +31,7 @@ class InvalidControllerException extends FrameworkException {
         */
        public function __construct(array $msgArray, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve controller <span id=\"exception_reason\">%s (class name: %s)</span>.",
+               $message = sprintf("[%s:%d] Cannot resolve controller <span class=\"exception_reason\">%s (class name: %s)</span>.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],