diff options
Diffstat (limited to 'lib/legacy')
-rw-r--r-- | lib/legacy/updater.php | 2 |
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'); } } |