Update settings/apps.php

respect coding style
remotes/origin/stable45
Thomas Müller 13 years ago
parent e87387c956
commit 1063034e93
  1. 2
      settings/apps.php

@ -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…
Cancel
Save