Merge pull request #23629 from frederic34/patch-8

Update bonprelevement.class.php
This commit is contained in:
Laurent Destailleur 2023-01-19 10:38:00 +01:00 committed by GitHub
commit d6eef78f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1690,7 +1690,7 @@ class BonPrelevement extends CommonObject
fclose($this->file);
if (!empty($conf->global->MAIN_UMASK)) {
@chmod($this->file, octdec($conf->global->MAIN_UMASK));
@chmod($this->filename, octdec($conf->global->MAIN_UMASK));
}
return $result;