From 06ae9da6e108b599ffdb47835787fc6d98f4325c Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 6 Jan 2012 10:21:27 +0000 Subject: [PATCH] remove unwanted apps from app list (home-account, addressbook-mail) from the browse dialog of files --- filemanager/inc/class.filemanager_select.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filemanager/inc/class.filemanager_select.inc.php b/filemanager/inc/class.filemanager_select.inc.php index 92a675cbbc..efd478822c 100644 --- a/filemanager/inc/class.filemanager_select.inc.php +++ b/filemanager/inc/class.filemanager_select.inc.php @@ -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; }