From 27211afe92ab90a89d1879a31a8543cdf2b6aab6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2012 20:23:19 +0400 Subject: implement experimental web-based updater --- include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 69b481ac4..b2e9e8992 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2147,6 +2147,7 @@ $data['new_version_available'] = (int) ($new_version_details != false); $_SESSION["last_version_check"] = time(); + $_SESSION["version_data"] = $new_version_details; } return $data; -- cgit v1.2.3