Home Forums Newsletter Plugin Support profile_20 tag does not work

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #256755
    gmears
    Participant

    Hello,
    When using the {profile_20} tag in an email, it is not replaced by the field content. It seems there is a small programming error in module.php at line 1780. The code is:
    for ($i = 1; $i < NEWSLETTER_PROFILE_MAX; $i++) {

    I think it should be:
    for ($i = 1; $i <= NEWSLETTER_PROFILE_MAX; $i++) {

    Cheers

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.