Correct bug 363

This commit is contained in:
FHenry 2012-04-15 11:51:23 +02:00 committed by Regis Houssin
parent d7ae9db463
commit cac4d0da6b

View File

@ -439,7 +439,6 @@ class Project extends CommonObject
if ($conf->projet->dir_output) if ($conf->projet->dir_output)
{ {
$dir = $conf->projet->dir_output . "/" . $projectref; $dir = $conf->projet->dir_output . "/" . $projectref;
if (file_exists($dir)) if (file_exists($dir))
{ {
$res = @dol_delete_dir_recursive($dir); $res = @dol_delete_dir_recursive($dir);