mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
fixed catchable fatal error: param 2 to egw_vfs::propatch() must be an array
This commit is contained in:
parent
c13c463143
commit
70b84e372c
@ -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