mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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'],
|
'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