forked from extern/egroupware
Fix vfsSelect does not show any content for the first load
This commit is contained in:
parent
977d5db61b
commit
6b0a8a1b5d
@ -448,7 +448,8 @@ class Vfs extends File
|
||||
{
|
||||
$content['path'] = \EGroupware\Api\Vfs::get_home_dir();
|
||||
}
|
||||
elseif ($favorites_flag)
|
||||
|
||||
if ($favorites_flag)
|
||||
{
|
||||
// Display favorites as if they were folders
|
||||
$files = array();
|
||||
|
Loading…
Reference in New Issue
Block a user