2
0
forked from Wavyzz/dolibarr

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

This commit is contained in:
Laurent Destailleur
2023-03-02 10:48:36 +01:00
298 changed files with 1724 additions and 1146 deletions

View File

@@ -162,7 +162,7 @@ if ($rss) {
$result = build_rssfile($format, $title, $desc, $eventarray, $outputfiletmp, '', $website->virtualhost.'/wrapper.php?rss=1'.($l ? '&l='.$l : ''), $l);
if ($result >= 0) {
if (dol_move($outputfiletmp, $outputfile, 0, 1)) {
if (dol_move($outputfiletmp, $outputfile, 0, 1, 0, 0)) {
$result = 1;
} else {
$error = 'Failed to rename '.$outputfiletmp.' into '.$outputfile;