]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/template/class_BasePathReadProtectedException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / template / class_BasePathReadProtectedException.php
index 3d1507a3e234ef60a9aabd028a1df899cd517854..f5105b43ddfdbf09653111ee413205218c32b297 100644 (file)
@@ -31,7 +31,7 @@ class BasePathReadProtectedException extends FrameworkException {
         */
        public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Basispfad <u>%s</u> ist lesegesch&uuml;tzt! Bitte Zugriffsrechte (CHMOD) &auml;ndern.",
+               $message = sprintf("[%s:%d] Der Template-Basispfad <span id=\"exception_reason\">%s</span> ist lesegesch&uuml;tzt! Bitte Zugriffsrechte (CHMOD) &auml;ndern.",
                        $class[0]->__toString(),
                        $this->getLine(),
                        $class[1]