diff --git a/phpgwapi/inc/class.egw_vfs.inc.php b/phpgwapi/inc/class.egw_vfs.inc.php index e61ed07751..76da224ed0 100644 --- a/phpgwapi/inc/class.egw_vfs.inc.php +++ b/phpgwapi/inc/class.egw_vfs.inc.php @@ -719,7 +719,7 @@ class egw_vfs extends vfs_stream_wrapper } if (is_dir($url) && !is_link($url)) { - return egw_vfs::rmdir($url); + return egw_vfs::rmdir($url,0); } return egw_vfs::unlink($url); }