diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-27 14:52:22 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-27 14:52:22 +0200 |
commit | 615b69677eeab739db4408c51a5873f31cc51033 (patch) | |
tree | c3db459ef628177b3445d867b899a98cf20690c8 /lib/private/Updater | |
parent | 3e00554d35be995f52fba4ab49fc6ef1b01fc37b (diff) | |
download | nextcloud-server-615b69677eeab739db4408c51a5873f31cc51033.tar.gz nextcloud-server-615b69677eeab739db4408c51a5873f31cc51033.zip |
Use the same URL everywhere
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Updater')
-rw-r--r-- | lib/private/Updater/VersionCheck.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Updater/VersionCheck.php b/lib/private/Updater/VersionCheck.php index d90990e2791..f66e109fd26 100644 --- a/lib/private/Updater/VersionCheck.php +++ b/lib/private/Updater/VersionCheck.php @@ -59,7 +59,7 @@ class VersionCheck { return json_decode($this->config->getAppValue('core', 'lastupdateResult'), true); } - $updaterUrl = $this->config->getSystemValue('updater.server.url', 'https://updates.nextcloud.com/update-server/'); + $updaterUrl = $this->config->getSystemValue('updater.server.url', 'https://updates.nextcloud.com/updater_server/'); $this->config->setAppValue('core', 'lastupdatedat', time()); |