summaryrefslogtreecommitdiffstats
path: root/lib/legacy
diff options
context:
space:
mode:
Diffstat (limited to 'lib/legacy')
-rw-r--r--lib/legacy/updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy/updater.php b/lib/legacy/updater.php
index 8a769a2f14b..eea7bb129cf 100644
--- a/lib/legacy/updater.php
+++ b/lib/legacy/updater.php
@@ -9,6 +9,6 @@
class OC_Updater {
public static function check() {
$updater = new \OC\Updater();
- return $updater->check();
+ return $updater->check('http://apps.owncloud.com/updater.php');
}
}