remove alert if the tmp dir cannot be removed
This commit is contained in:
parent
8bf6d41a75
commit
8a87a4ac4c
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class Document
|
|||
$this->SaveGenerated($dirname.DIRECTORY_SEPARATOR.$file_to_parse);
|
||||
// Invoice
|
||||
$ret='<A class="mtitle" HREF="show_document.php?d_id='.$this->d_id.'&'.dossier::get().'">Document généré</A>';
|
||||
rmdir($dirname);
|
||||
@rmdir($dirname);
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue