make sure shipped apps also setup their admin settings on a fresh install
This commit is contained in:
parent
09573dbbba
commit
10249f48f1
|
@ -593,6 +593,11 @@ class Installer {
|
|||
|
||||
OC_App::setAppTypes($info['id']);
|
||||
|
||||
if(isset($info['settings']) && is_array($info['settings'])) {
|
||||
\OC_App::loadApp($app, false);
|
||||
\OC::$server->getSettingsManager()->setupSettings($info['settings']);
|
||||
}
|
||||
|
||||
return $info['id'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue