Update settings/apps.php
respect coding style
This commit is contained in:
parent
e87387c956
commit
1063034e93
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue