]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/template/class_BasePathReadProtectedException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / template / class_BasePathReadProtectedException.php
index b12e8d730c08ec79987e4a80749294c23e48449d..705aa29430b425e443a35cd25e70bda75486b31a 100644 (file)
@@ -31,7 +31,7 @@ class BasePathReadProtectedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Basispfad %s ist lesegeschützt! Bitte Zugriffsrechte (CHMOD) ändern.",
+               $message = sprintf('[%s:%d] Der Template-Basispfad %s ist lesegeschützt! Bitte Zugriffsrechte (CHMOD) ändern.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]