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:
Alejandro Fraguas 2019-06-20 11:41:21 +02:00
commit 4660ca286f
1 changed files with 3 additions and 0 deletions

View File

@ -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! :)