mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +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
|
try
|
||||||
{
|
{
|
||||||
|
$data['path'] = $path;
|
||||||
if(Vfs::copy_uploaded($tmp_path, $path, $props, false))
|
if(Vfs::copy_uploaded($tmp_path, $path, $props, false))
|
||||||
{
|
{
|
||||||
++$arr['files'];
|
++$arr['files'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user