]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / language / class_LanguagePathIsEmptyException.php
index d539baa2818b3bce5d9c6124cc19b8434925bb67..536081d11b1e65cc55d22f165bf055e9de77adae 100644 (file)
@@ -31,7 +31,7 @@ class LanguagePathIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Language base path is empty.",
+               $message = sprintf('[%s:%d] Language base path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );