Skip to content
Snippets Groups Projects
Commit 84a5faff authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

remove files_imageviewer and files_texteditor from blacklist so they can be...

remove files_imageviewer and files_texteditor from blacklist so they can be activated in a multi apps environment
parent 3b83c7fa
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ OC_App::setActiveNavigationEntry( "core_apps" );
$registeredApps=OC_App::getAllApps();
$apps=array();
$blacklist=array('files','files_imageviewer','files_textviewer');//we dont want to show configuration for these
//TODO which apps do we want to blacklist and how do we integrate blacklisting with the multi apps folder feature
$blacklist=array('files');//we dont want to show configuration for these
foreach($registeredApps as $app){
if(array_search($app,$blacklist)===false){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment