Active
Project:
Webform Simplenews Component
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2011 at 11:54 UTC
Updated:
3 May 2013 at 20:17 UTC
the problem is the code in line 207
$confirm = variable_get('simplenews_opt_inout_' . $news_vid, 'double') == 'double';
$news_vid is an array but $tid should be used there
thus 'double' == 'double' always and $confirm is true
Comments
Comment #1
pcambraYes, that is a known problem, see #871558: compatibility with simplenews 2.x
Comment #2
giorgoskthere is deeper a underlying problem
the call to variable_get is not compatible with simplenews 7.x anymore as mentioned in #1364850: single opt_inout newsletter block sends confirmations emails
feel free to change the status again
Comment #3
zanixPossible fix here #1566576: A bug? a confirmation email is a must for anynonmus user ?