mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
fixed catchable fatal error: param 2 to egw_vfs::propatch() must be an array
This commit is contained in:
parent
7a3ac4a76f
commit
70dc264ac1
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user