forked from extern/egroupware
* Filemanager/all apps: fix not working filemanager favorites in file selection popup
This commit is contained in:
parent
33ebe9305b
commit
f42a218e1e
@ -258,6 +258,7 @@ class filemanager_select
|
||||
'name' => $favorite['name'],
|
||||
'path' => $path,
|
||||
'mime' => $mime,
|
||||
'is_dir' => true
|
||||
);
|
||||
if ($content['mode'] == 'open-multiple')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user