forked from Wavyzz/dolibarr
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -252,7 +252,7 @@ if ($rss) {
|
||||
|
||||
// This test if file exists should be useless. We keep it to find bug more easily
|
||||
if (!file_exists($fullpath_original_file_osencoded)) {
|
||||
print "ErrorFileDoesNotExists: ".$original_file;
|
||||
print "ErrorFileDoesNotExists: ".dol_escape_htmltag($original_file);
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user