Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2024-02-17 20:58:40 +01:00
2037 changed files with 48441 additions and 37235 deletions

View File

@@ -275,7 +275,7 @@ $fullpath_original_file_osencoded = dol_osencode($fullpath_original_file); // Ne
// This test if file exists should be useless. We keep it to find bug more easily
if (!file_exists($fullpath_original_file_osencoded)) {
dol_syslog("ErrorFileDoesNotExists: ".$fullpath_original_file);
print "ErrorFileDoesNotExists: ".$original_file;
print "ErrorFileDoesNotExists: ".dol_escape_htmltag($original_file);
exit;
}