From 70d7b4e3e5a0dc49fd6043e74e2bd7b10f33ab91 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 22 Jul 2006 01:35:36 +0000 Subject: [PATCH] r919: Reset the version after we fetch the caches to be the database-stored version --- includes/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/init.php b/includes/init.php index 826da49..c035e32 100755 --- a/includes/init.php +++ b/includes/init.php @@ -98,6 +98,8 @@ while ($store = $db->fetch_array($datastoretemp)) $bugsys->options = $bugsys->datastore['setting']; unset($bugsys->datastore['setting']); +$bugsys->set('appversion', $bugsys->options['trackerversion']); + // ################################################################### // load userinfo $userid = $bugsys->input_clean(COOKIE_PREFIX . 'userid', TYPE_UINT); -- 2.22.5