fix: Removed a superfluous line that broke lists of values from being passed to the restsearch API

pull/1164/head
Iglocska 2016-05-23 09:39:09 +02:00
parent f6480d89e1
commit 4b7ac8fec2
1 changed files with 0 additions and 1 deletions

View File

@ -2318,7 +2318,6 @@ class EventsController extends AppController {
$subcondition = array();
$this->loadModel('Attribute');
// add the values as specified in the 2nd parameter to the conditions
$values = explode('&&', $value);
if (isset($searchall) && ($searchall == 1 || $searchall === true || $searchall == 'true')) {
$eventIds = $this->__quickFilter($value);
} else {