Filemanager: Fix anonymous upload directory always reported failure when uploading

Now it works first time the file is uploaded
This commit is contained in:
nathan 2023-07-25 09:23:06 -06:00 committed by ralf
parent ad53fa38da
commit a6b00d5922

View File

@ -1810,6 +1810,7 @@ class filemanager_ui
try
{
$data['path'] = $path;
if(Vfs::copy_uploaded($tmp_path, $path, $props, false))
{
++$arr['files'];