mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +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))
|
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 &&
|
stream_copy_to_stream($tmp_name, $dest) !== false &&
|
||||||
fclose($dest) && self::stat($target);
|
fclose($dest) && self::stat($target);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user