]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/language/class_LanguagePathReadProtectedException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / language / class_LanguagePathReadProtectedException.php
index 25340f230026cd2ad0f0a6416e2935002a64e659..888cb7d97bbce559546398b5dae933df3afe28d8 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 <span class=\"exception_reason\">%s</span> 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]