Skip to content

Commit 0c10ae9

Browse files
authored
Merge pull request #1998 from xavierba/1938-typo_in_scenario_pm by xavierba
Fix: Scenario crashes due to a typo in code (#1938)
2 parents dbc2aa0 + b33e9dd commit 0c10ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Sympa/Scenario.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ sub _compile_condition {
764764
my $key = $1;
765765
$value =
766766
sprintf
767-
'($context->{subscriber} || $that->get_list_memner($context->{sender}) || {})->{\'%s\'}',
767+
'($context->{subscriber} || $that->get_list_member($context->{sender}) || {})->{\'%s\'}',
768768
$key;
769769
} elsif ($value =~
770770
/\[(msg_header|header)\-\>([\w\-]+)\](?:\[([-+]?\d+)\])?/i) {

0 commit comments

Comments
 (0)