summaryrefslogtreecommitdiffstats
path: root/lib/updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/updater.php')
-rw-r--r--lib/updater.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/updater.php b/lib/updater.php
index 57623797ae5..196822ac35d 100644
--- a/lib/updater.php
+++ b/lib/updater.php
@@ -36,6 +36,7 @@ class OC_Updater{
$version['installed']=OC_Config::getValue('installedat');
$version['updated']=OC_Appconfig::getValue('core', 'lastupdatedat', OC_Config::getValue( 'lastupdatedat'));
$version['updatechannel']='stable';
+ $version['edition']=OC_Util::getEditionString();
$versionstring=implode('x',$version);
//fetch xml data from updater