Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_InvalidCommandInstanceException.php
index 8b1aa4517d9a63b7800cfc39a6b570947299d4b9..8c28baebed0498e4a6a79821bbec65af41b53da2 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 %s detected.",
+               $message = sprintf('[%s:%d] Invalid command %s detected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]