From 4d24126252825002840fa516104315f8dcbb3a69 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 11 May 2023 12:11:31 +0200 Subject: [PATCH] Fix same token for warning and about --- pandora_console/godmode/um_client/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/godmode/um_client/index.php b/pandora_console/godmode/um_client/index.php index 304ebd9bfd..3f6e677300 100644 --- a/pandora_console/godmode/um_client/index.php +++ b/pandora_console/godmode/um_client/index.php @@ -33,6 +33,7 @@ // Begin. global $config; +global $pandora_version; require_once $config['homedir'].'/vendor/autoload.php'; require_once $config['homedir'].'/include/functions_update_manager.php'; @@ -215,7 +216,7 @@ if (is_ajax() !== true) { __( 'Master server version %s does not match console version %s.', (float) $matches[1], - (float) $current_package + $pandora_version ) ); }