mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-19 11:41:13 +01:00
Filemanager - remove share filemanager directory action from filemanager, it makes no sense there.
This commit is contained in:
parent
38a94fea9a
commit
16e3e7a559
@ -263,6 +263,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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user