fix: Corrected a copy paste mistake

pull/2469/head
iglocska 2017-09-07 12:19:39 +02:00
parent e61aefd64d
commit ef9b9ba188
1 changed files with 0 additions and 1 deletions

View File

@ -2638,7 +2638,6 @@ class EventsController extends AppController {
if (in_array($param, $attributeLevelFilters)) {
$preFilterLevel = 'attribute';
}
$conditions = $this->Event->setSimpleConditions($parameters[$k], ${$parameters[$k]}, $conditions);
if ($param == 'eventid') {
$restrictScopeToEvents = true;
}