Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
152bcf82
Unverified
Commit
152bcf82
authored
Jun 19, 2019
by
IKEDA Soji
Committed by
GitHub
Jun 19, 2019
Browse files
Merge pull request #659 from racke/pr/import-user-listname-output by ikedas
Add list name to "is now subscriber of list" message.
parents
274d6f18
27520b23
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Request/Handler/add.pm
View file @
152bcf82
...
...
@@ -137,7 +137,7 @@ sub _twist {
}
$self
->
add_stash
(
$request
,
'
notice
',
'
now_subscriber
',
{'
email
'
=>
$email
});
{'
email
'
=>
$email
,
listname
=>
$list
->
{'
name
'}
});
my
$user
=
Sympa::
User
->
new
(
$email
);
$user
->
lang
(
$list
->
{'
admin
'}{'
lang
'})
unless
$user
->
lang
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment