From 083842dbbd6defbc25f36d833adc4b19f6879df8 Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 31 Jan 2018 15:42:48 -0500 Subject: [PATCH] adding searched city id to the list model sending the searched city id to be passed to the view for the city dropdown --- models/front/events/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/front/events/list.php b/models/front/events/list.php index e41208e..39fd7a0 100644 --- a/models/front/events/list.php +++ b/models/front/events/list.php @@ -919,6 +919,7 @@ class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction 'amenities' => $amenities, 'memberId' => $memberId, 'cities' => $cityData, + 'cityId' => $cityId, 'members' => $members, 'venues' => $venues, 'venueId' => $venueId, -- 2.17.1