]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/database/local_file/class_SavePathReadProtectedException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / database / local_file / class_SavePathReadProtectedException.php
index 58ee53e06ff08fe81e67efe69faefde6754302ff..9a294fcc94220cb2822459cdd43ea490626364da 100644 (file)
@@ -31,7 +31,7 @@ class SavePathReadProtectedException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der Pfad <span class=\"exception_reason\">%s</span> ist lese-gesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
+               $message = sprintf("Path %s is not readable. Please fix your file access rights.", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);