From: Frank Karlitschek Date: Sat, 28 Sep 2013 15:43:14 +0000 (+0200) Subject: prepare the updater for the new update channels X-Git-Tag: v6.0.0alpha2~117^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b948c1a1b642e2cf99c3e59aff785d82ddec7645;p=nextcloud-server.git prepare the updater for the new update channels --- diff --git a/lib/updater.php b/lib/updater.php index df7332a96a9..9827d8a8c12 100644 --- a/lib/updater.php +++ b/lib/updater.php @@ -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);