Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_NoClassException.php
index fcb791b2827456f8c7f92faeb1ec8d6897763090..2e8a962df2203c39758cdc87bd239ce9cfad7cc5 100644 (file)
@@ -31,7 +31,7 @@ class NoClassException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Class %s not found.",
+               $message = sprintf('[%s:%d] Class %s not found.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]