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.
| Comment | File | Size | Author |
|---|---|---|---|
| campaignmonitor.module-pastcampaignurl.patch | 610 bytes | sigsby |
Comments
Comment #1
ssherriff commentedOk, 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.