Skip to content

Commit

Permalink
Removed minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnFF committed Jan 17, 2017
1 parent 1289f28 commit 2792ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emailamender.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function emailamender_civicrm_install() {
CRM_Core_BAO_Setting::setItem('false', 'uk.org.futurefirst.networks.emailamender', 'emailamender.email_amender_enabled');

// create activity types
emailamender_create_activity_type_if_doesnt_exist( 'Corrected Email', 'corrected_email', 'Automatically amended emails (by the Email Amender extension).', 'emailamender.email_amended_activity_type_id' );
emailamender_create_activity_type_if_doesnt_exist( 'Corrected Email Address', 'corrected_email_address', 'Automatically corrected emails (by the Email Address Corrector extension).', 'emailamender.email_amended_activity_type_id' );

return _emailamender_civix_civicrm_install();
}
Expand Down

0 comments on commit 2792ee1

Please sign in to comment.