No HTML in exceptions
[core.git] / inc / classes / exceptions / io / class_FileIoException.php
index b7f872eee20b0db9a830352799c2feaf81fff3c5..990147f5b10b3b07cbcdb1bc250b25de941fdb61 100644 (file)
@@ -31,7 +31,7 @@ class FileIoException extends FrameworkException {
         */
        public function __construct ($fqfn, $code) {
                // Add a message around the missing class
-               $message = sprintf("A problem has been detected reading or writing to/from <span class=\"exception_reason\">%s</span>.", $fqfn);
+               $message = sprintf("A problem has been detected reading or writing to/from %s.", $fqfn);
 
                // Call parent constructor
                parent::__construct($message, $code);