mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
remove unwanted apps from app list (home-account, addressbook-mail) from the browse dialog of files
This commit is contained in:
parent
b79af79410
commit
06ae9da6e1
@ -318,6 +318,8 @@ function select_toggle(file)
|
||||
|
||||
unset($apps['mydms']); // they do NOT support adding files to VFS
|
||||
unset($apps['wiki']);
|
||||
unset($apps['home-accounts']);
|
||||
unset($apps['addressbook-email']);
|
||||
|
||||
return $apps;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user