mirror of https://github.com/MISP/MISP
fix: Corrected a copy paste mistake
parent
e61aefd64d
commit
ef9b9ba188
|
@ -2638,7 +2638,6 @@ class EventsController extends AppController {
|
||||||
if (in_array($param, $attributeLevelFilters)) {
|
if (in_array($param, $attributeLevelFilters)) {
|
||||||
$preFilterLevel = 'attribute';
|
$preFilterLevel = 'attribute';
|
||||||
}
|
}
|
||||||
$conditions = $this->Event->setSimpleConditions($parameters[$k], ${$parameters[$k]}, $conditions);
|
|
||||||
if ($param == 'eventid') {
|
if ($param == 'eventid') {
|
||||||
$restrictScopeToEvents = true;
|
$restrictScopeToEvents = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue