diff options
Diffstat (limited to 'Mailman/Commands')
| -rw-r--r-- | Mailman/Commands/cmd_help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py index 295354f74..e2d865e83 100644 --- a/Mailman/Commands/cmd_help.py +++ b/Mailman/Commands/cmd_help.py @@ -86,7 +86,7 @@ def process(res, args): 'requestaddr' : mlist.GetRequestEmail(), 'adminaddr' : mlist.GetOwnerEmail(), 'commands' : commands, - }, mlist=mlist, raw=1) + }, mlist=mlist, lang=res.msgdata['lang'], raw=1) # Now add to the response res.results.append('help') res.results.append(helptext) |
