Merge branch '2081-Enlace-de-ayuda-mal-en-edicion-de-agente' into 'develop'

Help icon in module creator - #2081

See merge request artica/pandorafms!1388
This commit is contained in:
vgilc 2018-03-22 10:10:49 +01:00
commit d5cd5963d7
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';