fix integration check

This commit is contained in:
odain
2025-03-17 23:10:09 +01:00
parent 1d7e776f6d
commit d7e02d3859
3 changed files with 132 additions and 55 deletions

View File

@@ -24,6 +24,6 @@ class XmlModuleMetaInfo {
public function GetUID() : string
{
return $this->sNodeName . '_' . $this->sLastNodeId;
return $this->sNodeName . '_' . $this->sPath;
}
}