Merge branch 'ent-4225-No-se-pueden-crear-componentes-de-red-en-la-meta' into 'develop'
Ent 4225 no se pueden crear componentes de red en la meta See merge request artica/pandorafms!2516
This commit is contained in:
commit
4660ca286f
|
@ -36,6 +36,9 @@ require_once $config['homedir'].'/include/functions_component_groups.php';
|
|||
if (defined('METACONSOLE')) {
|
||||
components_meta_print_header();
|
||||
$sec = 'advanced';
|
||||
|
||||
$id_modulo = (int) get_parameter('id_component_type');
|
||||
$new_component = (bool) get_parameter('new_component');
|
||||
} else {
|
||||
/*
|
||||
Hello there! :)
|
||||
|
|
Loading…
Reference in New Issue