remove unwanted apps from app list (home-account, addressbook-mail) from the browse dialog of files

This commit is contained in:
Klaus Leithoff 2012-01-06 10:21:27 +00:00
parent b79af79410
commit 06ae9da6e1

View File

@ -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;
}