From c628cfd99a628aa237f1e20b98946704f7a7ec82 Mon Sep 17 00:00:00 2001 From: FHenry Date: Sun, 15 Apr 2012 11:51:23 +0200 Subject: [PATCH] Correct bug 363 --- htdocs/projet/class/project.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php index ccf3e7ec91f..a2ba7b5878b 100644 --- a/htdocs/projet/class/project.class.php +++ b/htdocs/projet/class/project.class.php @@ -439,7 +439,6 @@ class Project extends CommonObject if ($conf->projet->dir_output) { $dir = $conf->projet->dir_output . "/" . $projectref; - if (file_exists($dir)) { $res = @dol_delete_dir_recursive($dir);