Skip to content
Snippets Groups Projects
Commit 1b52c247 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix findEnttiy()

parent 02e764a1
No related branches found
No related tags found
1 merge request!157armem/dev => master
......@@ -108,7 +108,7 @@ namespace armarx::armem::base
this->_checkContainerName(id.memoryName, this->name());
if (id.hasCoreSegmentName())
{
return getCoreSegment(id.providerSegmentName).findEntity(id);
return getCoreSegment(id.coreSegmentName).findEntity(id);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment