prepare the updater for the new update channels

remotes/origin/stable6
Frank Karlitschek 11 years ago committed by Thomas Müller
parent 34a32d862c
commit b948c1a1b6
  1. 2
      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);

Loading…
Cancel
Save