diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-02-01 13:22:36 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-02-01 14:43:53 +0100 |
commit | d9e229ab70f153c0ad602da32c3a9939e9133ea3 (patch) | |
tree | c4384e4deb42b209ae136d2700891574953fddb8 /apps/updatenotification/lib/Controller/AdminController.php | |
parent | 88d5f6ec637fd7b3e540b0616e0283b747a79969 (diff) | |
download | nextcloud-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.php | 2 |
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 = [ |