No HTML in exceptions
[core.git] / inc / classes / exceptions / database / local_file / class_SavePathIsNoDirectoryException.php
index 95223b435de0d5649ed108367c8ab9e28adeeb2f..829039953b7f3c0ad2bc1f35595395307696b28a 100644 (file)
@@ -31,7 +31,7 @@ class SavePathIsNoDirectoryException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der angegebene Speicherpfad <span class=\"exception_reason\">%s</span> ist ung&uuml;tig (kein Pfad).", $path);
+               $message = sprintf("Save path %s is no directory.", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);