From 6003db1ebc07aa0770fa41a1a0ceaef0801af4d1 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Wed, 29 Mar 2017 10:52:50 +0200 Subject: [PATCH] Dont show "sell" message in manage_network_component header - #107 --- 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 4aedb3d568..ec448f0cf4 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,"sell",true,"modulemodal"); + "network_component", true,"",true,"modulemodal"); $sec = 'gmodules'; }