diff --git a/src/Lib/default/local_tool_connectors/MispConnector.php b/src/Lib/default/local_tool_connectors/MispConnector.php index ee0705b..97734da 100644 --- a/src/Lib/default/local_tool_connectors/MispConnector.php +++ b/src/Lib/default/local_tool_connectors/MispConnector.php @@ -1032,6 +1032,7 @@ class MispConnector extends CommonConnectorTools $data = $response->getJson(); $temp = $this->getSharingGroups(); $existingOrgs = []; + $existingSGs = []; foreach ($temp as $k => $v) { $existingSGs[$v['uuid']] = $v; unset($temp[$k]);