Merge branch 'ent-11024-pete-sql-en-remote-components' into 'develop'

Ent 11024 pete sql en remote components

See merge request artica/pandorafms!5755
This commit is contained in:
Diego Muñoz-Reja 2023-04-25 13:47:34 +00:00
commit ed6364d3c0
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ function network_components_get_name($id_network_component)
return false;
}
return @db_get_value('name', 'tnetwork_component', 'id', $id_network_component);
return @db_get_value('name', 'tnetwork_component', 'id_nc', $id_network_component);
}