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:24:22 +00:00
parent c13c463143
commit 70b84e372c

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