Dont show "sell" message in manage_network_component header - #107

This commit is contained in:
enriquecd 2017-03-29 10:52:50 +02:00
parent f7b4523b1f
commit 6003db1ebc
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}