]> source.dussan.org Git - nextcloud-server.git/commitdiff
prepare the updater for the new update channels
authorFrank Karlitschek <frank@owncloud.org>
Sat, 28 Sep 2013 15:43:14 +0000 (17:43 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Sep 2013 18:14:18 +0000 (20:14 +0200)
lib/updater.php

index df7332a96a97c24e79f72246d5477f0bae8ce89c..9827d8a8c12d7084e5f9eab3e10a63c560a0184c 100644 (file)
@@ -56,7 +56,7 @@ class Updater extends BasicEmitter {
                $version = \OC_Util::getVersion();
                $version['installed'] = \OC_Appconfig::getValue('core', 'installedat');
                $version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
-               $version['updatechannel'] = 'stable';
+               $version['updatechannel'] = \OC_Util::getChannel(); 
                $version['edition'] = \OC_Util::getEditionString();
                $versionString = implode('x', $version);