We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f72341 commit afe40acCopy full SHA for afe40ac
lib/public/Util.php
@@ -85,6 +85,7 @@ public static function setChannel($channel) {
85
//Flush timestamp to reload version.php
86
\OC::$server->getSession()->set('OC_Version_Timestamp', 0);
87
\OC::$server->getAppConfig()->setValue('core', 'OC_Channel', $channel);
88
+ \OC::$server->getConfig()->setSystemValue('updater.release.channel', $channel);
89
}
90
91
/**
0 commit comments