add files to blacklist. Should be always on
This commit is contained in:
parent
4d3ef9a824
commit
b5db852438
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue