Skip to content
Snippets Groups Projects
Commit d0c95ab9 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Fix in Relation_lib

parent 26a35c3d
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ RelationUtils.getContextByPersOrg = function(pPersId, pOrgId)
RelationUtils.getContextByRelationId = function(pRelationId)
{
var relationData = RelationUtils.getPersOrgIds(pRelationId);
return RelationUtils.getContextByPersOrg(relationData[0], relationData[1])
return RelationUtils.getContextByPersOrg(relationData[1], relationData[2])
}
/**
......
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