Added empty maps to flow

This commit is contained in:
Arturo Gonzalez 2017-11-16 12:10:37 +01:00
parent 06d47e03db
commit f665fe9d07
1 changed files with 4 additions and 2 deletions

View File

@ -112,8 +112,10 @@ if (enterprise_installed()) {
__('Succesfully created'), __('Could not be created'), '',
true);
// Force the tab = 'list'
$tab = "list";
$id = $result;
define("_id_", $id);
$tab = "view";
}
else if ($update_empty_networkmap) {
$id_group = (int) get_parameter('id_group', 0);