fix: [stix export] Typo on a class variable

misp-stix
chrisr3d 2021-11-02 23:44:45 +01:00
parent 69379c6058
commit 3f5aedcf44
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class StixExport
$galaxy_type = $galaxy['type'];
if (!empty($this->__event_galaxies[$galaxy['type']])) {
foreach($galaxy['GalaxyCluster'] as $cluster) {
if (!in_array($cluster['uuid'], $__cluster_uuids)) {
if (!in_array($cluster['uuid'], $this->__cluster_uuids)) {
$this->__event_galaxies[$galaxy_type]['GalaxyCluster'][] = $this->__arrange_cluster(
$cluster,
$timestamp