We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc2aa0 + b33e9dd commit 0c10ae9Copy full SHA for 0c10ae9
1 file changed
src/lib/Sympa/Scenario.pm
@@ -764,7 +764,7 @@ sub _compile_condition {
764
my $key = $1;
765
$value =
766
sprintf
767
- '($context->{subscriber} || $that->get_list_memner($context->{sender}) || {})->{\'%s\'}',
+ '($context->{subscriber} || $that->get_list_member($context->{sender}) || {})->{\'%s\'}',
768
$key;
769
} elsif ($value =~
770
/\[(msg_header|header)\-\>([\w\-]+)\](?:\[([-+]?\d+)\])?/i) {
0 commit comments