]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/template/class_BasePathReadProtectedException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / template / class_BasePathReadProtectedException.php
index b7948e4f6c1c00dadb68f2d548fb09e7b96364f9..b12e8d730c08ec79987e4a80749294c23e48449d 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 <span class=\"exception_reason\">%s</span> ist lesegesch&uuml;tzt! Bitte Zugriffsrechte (CHMOD) &auml;ndern.",
+               $message = sprintf("[%s:%d] Der Template-Basispfad %s ist lesegesch&uuml;tzt! Bitte Zugriffsrechte (CHMOD) &auml;ndern.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]