From 4b7ac8fec2313b1df6dbb84c68869074de91a745 Mon Sep 17 00:00:00 2001 From: Iglocska Date: Mon, 23 May 2016 09:39:09 +0200 Subject: [PATCH] fix: Removed a superfluous line that broke lists of values from being passed to the restsearch API --- app/Controller/EventsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controller/EventsController.php b/app/Controller/EventsController.php index c20579ba7..a222cea4b 100644 --- a/app/Controller/EventsController.php +++ b/app/Controller/EventsController.php @@ -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 {