Skip to content

Commit

Permalink
Merge pull request #5 from JohnFF/v2
Browse files Browse the repository at this point in the history
Removed minor error
  • Loading branch information
JohnFF authored Jan 17, 2017
2 parents 84284c8 + 2792ee1 commit d2f1466
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 d2f1466

Please sign in to comment.