mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix old class-name
This commit is contained in:
parent
08609c1e0b
commit
e6a751e1c5
@ -2090,7 +2090,7 @@ class Vfs extends Vfs\StreamWrapper
|
||||
}
|
||||
if (is_resource($tmp_name))
|
||||
{
|
||||
$ret = ($dest = egw_vfs::fopen($target, 'w')) &&
|
||||
$ret = ($dest = self::fopen($target, 'w')) &&
|
||||
stream_copy_to_stream($tmp_name, $dest) !== false &&
|
||||
fclose($dest) && self::stat($target);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user