Skip to content
Snippets Groups Projects
Commit b948c1a1 authored by Frank Karlitschek's avatar Frank Karlitschek Committed by Thomas Müller
Browse files

prepare the updater for the new update channels

parent 34a32d86
Branches
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ class Updater extends BasicEmitter { ...@@ -56,7 +56,7 @@ class Updater extends BasicEmitter {
$version = \OC_Util::getVersion(); $version = \OC_Util::getVersion();
$version['installed'] = \OC_Appconfig::getValue('core', 'installedat'); $version['installed'] = \OC_Appconfig::getValue('core', 'installedat');
$version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat'); $version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
$version['updatechannel'] = 'stable'; $version['updatechannel'] = \OC_Util::getChannel();
$version['edition'] = \OC_Util::getEditionString(); $version['edition'] = \OC_Util::getEditionString();
$versionString = implode('x', $version); $versionString = implode('x', $version);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment