Skip to content

Commit

Permalink
Crash due to typo (issue #404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Aug 30, 2018
1 parent 9e45263 commit 928beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgi/wwsympa.fcgi.in
Original file line number Diff line number Diff line change
Expand Up @@ -6745,7 +6745,7 @@ sub do_copy_template {
$param->{'tpl_lang'} = $in{'tpl_lang'} = $tpl_lang;
unless ($tpl_lang eq 'default') {
# Allow unknown lang.
$param->{'tpl_lang_lang'} = Sympa::Language::caonic_lang($tpl_lang);
$param->{'tpl_lang_lang'} = Sympa::Language::canonic_lang($tpl_lang);
}

$param->{'scope'} = $in{'scope'} = $in{'scope_out'};
Expand Down

0 comments on commit 928beff

Please sign in to comment.