From 70b84e372cc319eff2c7cc7bd323a8e43ed967be Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 1 Jul 2011 14:24:22 +0000 Subject: [PATCH] fixed catchable fatal error: param 2 to egw_vfs::propatch() must be an array --- phpgwapi/inc/class.egw_vfs.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpgwapi/inc/class.egw_vfs.inc.php b/phpgwapi/inc/class.egw_vfs.inc.php index 76da224ed0..f5444af74e 100644 --- a/phpgwapi/inc/class.egw_vfs.inc.php +++ b/phpgwapi/inc/class.egw_vfs.inc.php @@ -1739,6 +1739,9 @@ class egw_vfs extends vfs_stream_wrapper } $props = $vfs_props; } + } + if ($props) + { // set props before copying the file, so notifications already contain them if (!self::stat($target)) {