diff --git a/html/show_document.php b/html/show_document.php index 9520ccddc..e3b810e1e 100644 --- a/html/show_document.php +++ b/html/show_document.php @@ -60,4 +60,6 @@ while ( !feof ($file) ) fclose($file); +unlink ($tmp); + Commit($cn);