From dc45eee0d3919cbfd7a3479071565182c49d49a0 Mon Sep 17 00:00:00 2001 From: TimZ99 Date: Thu, 26 Sep 2019 18:36:17 +0200 Subject: [PATCH] Fixed update message --- src/includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/functions.inc.php b/src/includes/functions.inc.php index 496b8f1b..aa4cb4f0 100644 --- a/src/includes/functions.inc.php +++ b/src/includes/functions.inc.php @@ -483,7 +483,7 @@ function psm_update_available() { psm_update_conf('version_update_check', $latest[2]); } } else { - $latest = psm_get_conf('version_update_check'); + $latest[2] = psm_get_conf('version_update_check'); } if ($latest[2] !== false) {