parent
e87387c956
commit
1063034e93
|
@ -42,7 +42,7 @@ foreach($registeredApps as $app) {
|
||||||
OC_Log::write('core', 'App id "'.$app.'" has no name in appinfo', OC_Log::ERROR);
|
OC_Log::write('core', 'App id "'.$app.'" has no name in appinfo', OC_Log::ERROR);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$active=(OC_Appconfig::getValue($app,'enabled','no')=='yes')?true:false;
|
$active=(OC_Appconfig::getValue($app, 'enabled', 'no')=='yes')?true:false;
|
||||||
$info['active']=$active;
|
$info['active']=$active;
|
||||||
if(isset($info['shipped']) and ($info['shipped']=='true')) {
|
if(isset($info['shipped']) and ($info['shipped']=='true')) {
|
||||||
$info['internal']=true;
|
$info['internal']=true;
|
||||||
|
|
Loading…
Reference in New Issue