Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / language / class_LanguagePathReadProtectedException.php
index 888cb7d97bbce559546398b5dae933df3afe28d8..8bfbc3d8113827b814fe6c3df26848ac88e7f5e9 100644 (file)
@@ -31,7 +31,7 @@ class LanguagePathReadProtectedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Base language path %s is read-protected. Please change access rights (CHMOD).",
+               $message = sprintf('[%s:%d] Base language path %s is read-protected. Please change access rights (CHMOD).',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]