mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02: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;
|
$props = $vfs_props;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
if ($props)
|
||||||
|
{
|
||||||
// set props before copying the file, so notifications already contain them
|
// set props before copying the file, so notifications already contain them
|
||||||
if (!self::stat($target))
|
if (!self::stat($target))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user