From 37ec659a8faaa73446314a4dc657aa4ca5ffcdcf Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 29 Jun 2011 07:21:56 +0000 Subject: [PATCH] quitend warning --- phpgwapi/inc/class.egw_vfs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }