Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / language / class_LanguagePathIsNoDirectoryException.php
index 1a3b2f644a5838f1d86b08010a8b79baa7474b99..eba0ae4949ecd2c426163ca3cb784d4c9c2068a3 100644 (file)
@@ -31,7 +31,7 @@ class LanguagePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Language base path %s does not exist or is not a directory.",
+               $message = sprintf('[%s:%d] Language base path %s does not exist or is not a directory.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]