From c43ebf452f950416f9cbffaac176b2e4435d0688 Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Wed, 7 Aug 2019 11:37:08 +0200 Subject: [PATCH] [#5] Fix typo. --- CRM/Twingle/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Twingle/Profile.php b/CRM/Twingle/Profile.php index e818062..8fc9ec4 100644 --- a/CRM/Twingle/Profile.php +++ b/CRM/Twingle/Profile.php @@ -251,7 +251,7 @@ class CRM_Twingle_Profile { 'donation_receipt_groups' => NULL, 'campaign' => NULL, 'contribution_source' => NULL, - 'membreship_type_id' => NULL, + 'membership_type_id' => NULL, )); }