From 6b97429ebe3d4e58137cfd0117f9cd4ecca7ebd3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 Mar 2018 13:56:14 +0200 Subject: Show EOL warning in the update section Signed-off-by: Joas Schilling --- lib/private/Updater/VersionCheck.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/private/Updater') diff --git a/lib/private/Updater/VersionCheck.php b/lib/private/Updater/VersionCheck.php index c7b829c9ec5..5cfc3c81a14 100644 --- a/lib/private/Updater/VersionCheck.php +++ b/lib/private/Updater/VersionCheck.php @@ -98,6 +98,7 @@ class VersionCheck { $tmp['url'] = (string)$data->url; $tmp['web'] = (string)$data->web; $tmp['autoupdater'] = (string)$data->autoupdater; + $tmp['eol'] = isset($data->eol) ? (string)$data->eol : '0'; } else { libxml_clear_errors(); } -- cgit v1.2.3