diff --git a/pages/graphviz.php b/pages/graphviz.php index 22cccc8ee9..72dbdb90f8 100644 --- a/pages/graphviz.php +++ b/pages/graphviz.php @@ -145,6 +145,8 @@ if (file_exists($sDotExecutable)) readfile($sImageFilePath); } @unlink($sDotFilePath); + // Image file is removed as well as there is no cache system yet + @unlink($sImageFilePath); } else {