add files to blacklist. Should be always on

This commit is contained in:
Frank Karlitschek 2012-04-29 21:16:41 +02:00
parent 4d3ef9a824
commit b5db852438
1 changed files with 1 additions and 1 deletions

View File

@ -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){