Help icon in module creator - #2081

This commit is contained in:
enriquecd 2018-03-21 19:18:24 +01:00
parent 928113bf4c
commit f5e8d4f90f
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ if ($id_agente) {
$help_header = 'plugins_tab';
break;
case "module":
$type_module_t = (int) get_parameter ('moduletype', '');
$type_module_t = get_parameter ('moduletype', '');
$tab_description = '- '. __('Modules');
if($type_module_t == 'webux'){
$help_header = 'wux_console';