mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
Filemanager: Fix anonymous upload directory always reported failure when uploading
Now it works first time the file is uploaded
This commit is contained in:
parent
ad53fa38da
commit
a6b00d5922
@ -1810,6 +1810,7 @@ class filemanager_ui
|
||||
|
||||
try
|
||||
{
|
||||
$data['path'] = $path;
|
||||
if(Vfs::copy_uploaded($tmp_path, $path, $props, false))
|
||||
{
|
||||
++$arr['files'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user