fix: [localToolConnectors:MISP] Fixed typo

pull/93/head
Sami Mokaddem 2022-01-24 15:16:18 +01:00
parent 6321725fa9
commit 5cac62a9b8
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 2 deletions

View File

@ -368,8 +368,8 @@ class MispConnector extends CommonConnectorTools
'reload_url' => '/localTools/action/' . h($params['connection']['id']) . '/ServerSettingsAction'
]
]
]
];
];
if (!empty($params['quickFilter'])) {
$needle = strtolower($params['quickFilter']);
foreach ($finalSettings['data']['data'] as $k => $v) {