fixed catchable fatal error: param 2 to egw_vfs::propatch() must be an array

This commit is contained in:
Ralf Becker 2011-07-01 14:28:30 +00:00
parent 7a3ac4a76f
commit 70dc264ac1

View File

@ -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))
{