read ocsid from shipped apps on install

remotes/origin/ldap_group_count
Georg Ehrke 11 years ago
parent c6dc9aeda8
commit c8a8c7e933
  1. 3
      lib/private/installer.php

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