Skip to content
Snippets Groups Projects
Commit 1063034e authored by Thomas Müller's avatar Thomas Müller
Browse files

Update settings/apps.php

respect coding style
parent e87387c9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ foreach($registeredApps as $app) {
OC_Log::write('core', 'App id "'.$app.'" has no name in appinfo', OC_Log::ERROR);
continue;
}
$active=(OC_Appconfig::getValue($app,'enabled','no')=='yes')?true:false;
$active=(OC_Appconfig::getValue($app, 'enabled', 'no')=='yes')?true:false;
$info['active']=$active;
if(isset($info['shipped']) and ($info['shipped']=='true')) {
$info['internal']=true;
......
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