Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_InvalidCommandException.php
index 6e2c6575d217014fe884867dfdea7ec322f27f09..b4be84bdcabcadd55ae69fd9d724dee3e4a50d79 100644 (file)
@@ -31,7 +31,7 @@ class InvalidCommandException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid command <span class=\"exception_reason\">%s (class %s)</span> detected.",
+               $message = sprintf('[%s:%d] Invalid command <span class="exception_reason">%s (class %s)</span> detected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],