mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Tag favorites in select-files as "is_dir" because client-side expects it to be directory
This commit is contained in:
parent
88da09bc80
commit
cb2830979c
@ -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