* 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 09afa17ad2
commit 52086ada2a

View File

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