Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_NoConfigEntryException.php
index 16e2b95649a2c6c4bdea4c608c29535b3c491e9c..764fb6f42f4f91b71344eebe84c5dc45be063d60 100644 (file)
@@ -32,7 +32,7 @@ class NoConfigEntryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Configuration entry %s not found.",
+               $message = sprintf('[%s:%d] Configuration entry %s not found.',
                        $classArray[0],
                        $this->getLine(),
                        $classArray[1]