mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Filemanager - remove share filemanager directory action from filemanager, it makes no sense there.
This commit is contained in:
parent
94782bee06
commit
872235a0f1
@ -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'])) {
|
||||
$actions['share']['children']['share_mail'] = array(
|
||||
'caption' => lang('Mail'),
|
||||
|
Loading…
Reference in New Issue
Block a user