Merge branch '2.4' of github.com:MISP/MISP into 2.4

pull/5417/head
iglocska 2019-11-20 15:32:56 +01:00
commit 700dd97757
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class AttributeTag extends AppModel
$attributes = $this->Attribute->fetchAttributes($user, array(
'conditions' => $conditions,
'flatten' => 1,
'includeAllTags' => 1
));
if (empty($attributes)) {