]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/controller/class_InvalidControllerException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / controller / class_InvalidControllerException.php
index 7852dee3e8789a42634886dc78f73dd114b89be0..8aea245fa8cb5ce4439b266bd734a39f104dff98 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 class=\"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],