Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / actions / class_InvalidActionException.php
index 1712b700bde2b22f7bd843c6358b5966248d900c..07bd146e778c7ac0b0142dea18cab8e9b81f87e6 100644 (file)
@@ -31,7 +31,7 @@ class InvalidActionException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve action <span class=\"exception_reason\">%s (%s)</span>.",
+               $message = sprintf('[%s:%d] Cannot resolve action <span class="exception_reason">%s (%s)</span>.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],