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:
commit
d5cd5963d7
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue