forked from Wavyzz/dolibarr
Work on FPDF replacement by TCPDF
This commit is contained in:
@@ -354,7 +354,7 @@ class pdf_soleil extends ModelePDFFicheinter
|
||||
|
||||
$pdf->Close();
|
||||
|
||||
$pdf->Output($file);
|
||||
$pdf->Output($file,'F');
|
||||
if (! empty($conf->global->MAIN_UMASK))
|
||||
@chmod($file, octdec($conf->global->MAIN_UMASK));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user