Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the name of a function in wwsympa.fcgi #404

Closed
bmarchal54 opened this issue Aug 29, 2018 · 1 comment
Closed

Error in the name of a function in wwsympa.fcgi #404

bmarchal54 opened this issue Aug 29, 2018 · 1 comment
Labels
Milestone

Comments

@bmarchal54
Copy link
Contributor

bmarchal54 commented Aug 29, 2018

An mistake is present in the script wwsympa.fgci at line 6463

Version

6.2.32

Installation method

rpm

Expected behavior

Copy a tt2 in the local directory of a list.

Actual behavior

DIED: Undefined subroutine &Sympa::Language::caonic_lang called at /usr/libexec/sympa/wwsympa.fcgi line 6463.
at /usr/libexec/sympa/wwsympa.fcgi line 6461.
main::do_copy_template() called at /usr/libexec/sympa/wwsympa.fcgi line 1573

Additional information

A patch to correct the mistake

[root@esbareich sympa]# diff wwsympa.fcgi wwsympa.fcgi-6.2.32-avantPatchLang 
6463c6463
<         $param->{'tpl_lang_lang'} = Sympa::Language::canonic_lang($tpl_lang);
---
>         $param->{'tpl_lang_lang'} = Sympa::Language::caonic_lang($tpl_lang);
ikedas added a commit to ikedas/sympa that referenced this issue Aug 30, 2018
@ikedas ikedas added the bug label Aug 30, 2018
@ikedas ikedas added this to the 6.2.36 milestone Aug 30, 2018
@ikedas
Copy link
Member

ikedas commented Aug 30, 2018

Fixed: 928beff Thanks for reporting bug!

@ikedas ikedas closed this as completed Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants