From b013499c765db985fb0ab547979719a96f4aa8e6 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 31 Oct 2016 16:41:37 -0400 Subject: [PATCH] misnamed variable errors out maps search (#893) --- app/helpers/maps_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/helpers/maps_helper.rb b/app/helpers/maps_helper.rb index 0ca99c15..e1932766 100644 --- a/app/helpers/maps_helper.rb +++ b/app/helpers/maps_helper.rb @@ -13,8 +13,8 @@ module MapsHelper synapseCount: m.synapses.count, contributorCount: m.contributors.count, rtype: 'map', - contributorTip: contributor_tip(map), - mapContributorImage: first_contributor_image(map) + contributorTip: contributor_tip(m), + mapContributorImage: first_contributor_image(m) } end end