From 90610ed778beb358e47015841334e0e8cb0f715f Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Thu, 4 Oct 2018 15:31:16 +0200 Subject: [PATCH] Changed the value from modal to false - #1886 --- pandora_console/godmode/modules/manage_network_components.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index e2f3cdab26..defb8371e8 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -49,7 +49,7 @@ You can of course remove the warnings, that's why we include the source and do n ui_print_page_header (__('Module management') . ' » ' . __('Network component management'), "", false, - "network_component", true,"",true,"modulemodal"); + "network_component", true,"",false,"modulemodal"); $sec = 'gmodules'; }