mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
* 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'],
|
'name' => $favorite['name'],
|
||||||
'path' => $path,
|
'path' => $path,
|
||||||
'mime' => $mime,
|
'mime' => $mime,
|
||||||
|
'is_dir' => true
|
||||||
);
|
);
|
||||||
if ($content['mode'] == 'open-multiple')
|
if ($content['mode'] == 'open-multiple')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user