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