prepare the updater for the new update channels
This commit is contained in:
parent
34a32d862c
commit
b948c1a1b6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue