mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
fix integration check
This commit is contained in:
@@ -24,6 +24,6 @@ class XmlModuleMetaInfo {
|
||||
|
||||
public function GetUID() : string
|
||||
{
|
||||
return $this->sNodeName . '_' . $this->sLastNodeId;
|
||||
return $this->sNodeName . '_' . $this->sPath;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user