Filemanager - remove share filemanager directory action from filemanager, it makes no sense there.

This commit is contained in:
nathangray 2019-08-26 11:22:26 -06:00
parent 94782bee06
commit 872235a0f1

View File

@ -264,6 +264,8 @@ class filemanager_ui
) )
); );
// This one makes no sense in filemanager
unset($actions['share']['children']['shareFilemanager']);
if (isset($GLOBALS['egw_info']['user']['apps']['mail'])) { if (isset($GLOBALS['egw_info']['user']['apps']['mail'])) {
$actions['share']['children']['share_mail'] = array( $actions['share']['children']['share_mail'] = array(
'caption' => lang('Mail'), 'caption' => lang('Mail'),