summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/installer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/installer.php b/lib/private/installer.php
index c82e19b7351..e2b8aec4c16 100644
--- a/lib/private/installer.php
+++ b/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) {