summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/lib/Controller/AdminController.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-01 13:22:36 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-02-01 14:43:53 +0100
commitd9e229ab70f153c0ad602da32c3a9939e9133ea3 (patch)
treec4384e4deb42b209ae136d2700891574953fddb8 /apps/updatenotification/lib/Controller/AdminController.php
parent88d5f6ec637fd7b3e540b0616e0283b747a79969 (diff)
downloadnextcloud-server-d9e229ab70f153c0ad602da32c3a9939e9133ea3.tar.gz
nextcloud-server-d9e229ab70f153c0ad602da32c3a9939e9133ea3.zip
Use correct update server
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/updatenotification/lib/Controller/AdminController.php')
-rw-r--r--apps/updatenotification/lib/Controller/AdminController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/Controller/AdminController.php b/apps/updatenotification/lib/Controller/AdminController.php
index 9d2a5074a4a..c96326c862e 100644
--- a/apps/updatenotification/lib/Controller/AdminController.php
+++ b/apps/updatenotification/lib/Controller/AdminController.php
@@ -107,7 +107,7 @@ class AdminController extends Controller implements ISettings {
$notifyGroups = json_decode($this->config->getAppValue('updatenotification', 'notify_groups', '["admin"]'), true);
- $defaultUpdateServerURL = 'https://updates.nextcloud.com/server/';
+ $defaultUpdateServerURL = 'https://updates.nextcloud.com/updater_server/';
$updateServerURL = $this->config->getSystemValue('updater.server.url', $defaultUpdateServerURL);
$params = [