diff --git a/web/includes/functions.php b/web/includes/functions.php index e0b171a19..e1b38c7bd 100644 --- a/web/includes/functions.php +++ b/web/includes/functions.php @@ -506,7 +506,7 @@ function deletePath( $path ) } else { - @unlink( $path ); + unlink( $path ); } }