Fix syntax error

This commit is contained in:
Laurent Destailleur 2017-08-21 12:35:43 +02:00
parent b48f501a0c
commit fe724a2e69

View File

@ -329,7 +329,7 @@ class pdf_baleine extends ModelePDFProjects
if (! empty($conf->global->MAIN_UMASK)) if (! empty($conf->global->MAIN_UMASK))
@chmod($file, octdec($conf->global->MAIN_UMASK)); @chmod($file, octdec($conf->global->MAIN_UMASK));
$ this->result = array('fullpath'=>$file); $this->result = array('fullpath'=>$file);
return 1; // Pas d'erreur return 1; // Pas d'erreur
} }