From 0ef851ab7fa0c6a05bdac0d5d50d429322e8c2d9 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Fri, 1 Apr 2022 10:43:57 +0200 Subject: [PATCH] errata fix in mc environment detection UMC --- pandora_console/godmode/um_client/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_console/godmode/um_client/index.php b/pandora_console/godmode/um_client/index.php index 4a3faf1ab0..c396902ea6 100644 --- a/pandora_console/godmode/um_client/index.php +++ b/pandora_console/godmode/um_client/index.php @@ -284,7 +284,6 @@ $url_update_manager = null; $homedir = sys_get_temp_dir(); $dbconnection = null; $remote_config = null; -$is_metaconsole = false; $insecure = false; $pandora_url = ui_get_full_url('/', false, false, false); @@ -405,7 +404,7 @@ $ui = new Manager( 'MR' => $mr, 'registration_code' => $puid, 'remote_config' => $remote_config, - 'propagate_updates' => $is_metaconsole, + 'propagate_updates' => is_metaconsole(), 'proxy' => $proxy, 'allowOfflinePatches' => $allowOfflinePatches, 'set_maintenance_mode' => function () {