Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
05486445
Commit
05486445
authored
May 28, 2019
by
IKEDA Soji
Browse files
typos.
parent
d4cd5e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Request/Handler/move_list.pm
View file @
05486445
...
...
@@ -184,7 +184,7 @@ sub _move {
my
$new_dir
=
shift
;
my
$robot_id
=
$request
->
{
context
};
my
$listname
=
lc
(
$request
->
{
listname
}
||
);
my
$listname
=
lc
(
$request
->
{
listname
}
||
''
);
my
$current_list
=
$request
->
{
current_list
};
my
$sender
=
$request
->
{
sender
};
my
$pending
=
$request
->
{
pending
};
...
...
@@ -456,7 +456,7 @@ sub _copy {
my
$new_dir
=
shift
;
my
$robot_id
=
$request
->
{
context
};
my
$listname
=
lc
(
$request
->
{
listname
}
||
);
my
$listname
=
lc
(
$request
->
{
listname
}
||
''
);
my
$current_list
=
$request
->
{
current_list
};
my
$sender
=
$request
->
{
sender
};
my
$pending
=
$request
->
{
pending
};
...
...
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