The variable used to store the url for past campaigns is lowercased (campaignmonitor_pastcampaignurl) while the call to variable_get() has it camel-cased (campaignmonitor_PastCampaignURL). I've never seen a drupal variable that was camel-cased, so here's a patch that changes the call to variable_get() to user the lowercased variable name.

Comments

ssherriff’s picture

Status: Needs review » Closed (fixed)

Ok, I have fixed this bug and it will be applied in the next update. This also applies to version 6.x-1.1 and I will fix that in the next update as well.

Thanks sigsby for the find.