From b5db852438b3f376921e1393c2d07696da69b69b Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 29 Apr 2012 21:16:41 +0200 Subject: [PATCH] add files to blacklist. Should be always on --- settings/apps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/apps.php b/settings/apps.php index cc16102602..eef01641f3 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -32,7 +32,7 @@ OC_App::setActiveNavigationEntry( "core_apps" ); $registeredApps=OC_App::getAllApps(); $apps=array(); -$blacklist=array('files_imageviewer','files_textviewer');//we dont want to show configuration for these +$blacklist=array('files','files_imageviewer','files_textviewer');//we dont want to show configuration for these foreach($registeredApps as $app){ if(array_search($app,$blacklist)===false){