Merge pull request #8287 from MISP/2.4

Merge 2.4 to develop
pull/8063/merge
Jakub Onderka 2022-04-20 11:29:26 +02:00 committed by GitHub
commit ba1a3c4c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ class Attribute extends AppModel
'order' => false,
'limit' => 11,
'flatten' => 1,
'contain' => ['AttributeTag' => false, 'Object' => false],
'contain' => ['AttributeTag' => false],
);
$resultArray[$key]['related'] = $this->fetchAttributes($user, $options);
}