Needs review
Project:
ActiveCampaign Newsletter Sign up
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2015 at 18:58 UTC
Updated:
31 Mar 2015 at 20:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
d34dman commentedComment #2
activelink commentedSorry, but this doesn't work, as the helper function _ac_newsletter_contact_add() is never called, contacts are only added via the helper function _ac_newsletter_contact_sync(), but if you apply a similar patch to that function instead, then it appears to fix the problem.
You can comment out the entire _ac_newsletter_contact_add() helper function and it makes no difference whatsoever to the operation of this module, and if you perform a text search within its components, the only place that the string "_ac_newsletter_contact_add" is found is in the declaration of the function itself.