From: Anthony Talarico Date: Mon, 29 Jan 2018 19:22:47 +0000 (-0500) Subject: adding cityid to the default switch case in the front list model X-Git-Tag: v1.6.77^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=929a95425edd212748a0f3c5ee5aaffa84a33abe;p=WP-Plugins%2Fglm-member-db-events.git adding cityid to the default switch case in the front list model need to add the city to the front list default switch case for front list model --- diff --git a/models/front/events/list.php b/models/front/events/list.php index b07e108..e41208e 100644 --- a/models/front/events/list.php +++ b/models/front/events/list.php @@ -711,7 +711,7 @@ class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction if ( !$view ) { $view = 'agenda.html'; } - $events = $this->getModelEventsData( $categoryId, null, $memberId, $amenityId, $venueId ); + $events = $this->getModelEventsData( $categoryId, null, $memberId, $amenityId, $venueId, $cityId ); $this->postAddRecurrences = false; $this->postAddLocations = false; break;