read ocsid from shipped apps on install
This commit is contained in:
parent
c6dc9aeda8
commit
c8a8c7e933
|
@ -482,6 +482,9 @@ class OC_Installer{
|
|||
return false;
|
||||
}
|
||||
OC_Appconfig::setValue($app, 'installed_version', OC_App::getAppVersion($app));
|
||||
if (array_key_exists('ocsid', $info)) {
|
||||
OC_Appconfig::setValue($app, 'ocsid', $info['ocsid']);
|
||||
}
|
||||
|
||||
//set remote/public handelers
|
||||
foreach($info['remote'] as $name=>$path) {
|
||||
|
|
Loading…
Reference in New Issue