* Filemanager: fix actions in share->mail context menu not working on multi-selection

This commit is contained in:
Hadi Nategh 2019-08-28 11:20:42 +02:00
parent 60ab28fd0e
commit c831ce0128

View File

@ -272,7 +272,7 @@ class filemanager_ui
'icon' => 'mail',
'group' => 1,
'order' => 0,
'allowOnMultiple' => false,
'allowOnMultiple' => true,
);
foreach(Vfs\Sharing::$modes as $mode => $data)
{