summaryrefslogtreecommitdiffstats
path: root/lib/private/Updater
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-27 14:38:10 +0200
committerJoas Schilling <coding@schilljs.com>2016-09-27 14:38:10 +0200
commit6f955defe46b498f014d4e0f105d26324bb7ecd6 (patch)
tree6dc7d4c36e3840892c36fbc2ee7071e3a8863691 /lib/private/Updater
parent3e843fcd82e4b9d419bb19da6c6646cf51991b60 (diff)
downloadnextcloud-server-6f955defe46b498f014d4e0f105d26324bb7ecd6.tar.gz
nextcloud-server-6f955defe46b498f014d4e0f105d26324bb7ecd6.zip
Return the autoupdater value from the server
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Updater')
-rw-r--r--lib/private/Updater/VersionCheck.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Updater/VersionCheck.php b/lib/private/Updater/VersionCheck.php
index e846052a300..d90990e2791 100644
--- a/lib/private/Updater/VersionCheck.php
+++ b/lib/private/Updater/VersionCheck.php
@@ -89,6 +89,7 @@ class VersionCheck {
$tmp['versionstring'] = (string)$data->versionstring;
$tmp['url'] = (string)$data->url;
$tmp['web'] = (string)$data->web;
+ $tmp['autoupdater'] = (string)$data->autoupdater;
} else {
libxml_clear_errors();
}