diff --git a/phpgwapi/inc/class.egw_vfs.inc.php b/phpgwapi/inc/class.egw_vfs.inc.php index b6aff85474..3efe67e482 100644 --- a/phpgwapi/inc/class.egw_vfs.inc.php +++ b/phpgwapi/inc/class.egw_vfs.inc.php @@ -1700,7 +1700,11 @@ class egw_vfs extends vfs_stream_wrapper ++$errs; } } + + return $errs == 0; } + + return false; } /**