Fix updater URL

pull/1307/head
Morris Jobke 10 years ago
parent 5bf17607b3
commit 05580f0242
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
  1. 2
      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.owncloud.com/server/');
$updaterUrl = $this->config->getSystemValue('updater.server.url', 'https://updates.nextcloud.com/server/');
$this->config->setAppValue('core', 'lastupdatedat', time());

Loading…
Cancel
Save