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
65e6d4b7
Commit
65e6d4b7
authored
Sep 17, 2019
by
IKEDA Soji
Browse files
Copyedit.
parent
ee94f686
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Archive.pm
View file @
65e6d4b7
...
...
@@ -50,17 +50,10 @@ use Sympa::Tools::Text;
my
$log
=
Sympa::
Log
->
instance
;
sub
new
{
my
$class
=
shift
;
my
%options
;
my
$list
;
if
(
ref
$_
[
0
])
{
# Compat., not recommended.
$list
=
shift
;
}
else
{
%options
=
@_
;
$list
=
$options
{
context
};
}
my
$class
=
shift
;
my
%options
=
@_
;
my
$list
=
$options
{
context
};
die
'
Bug in logic. Ask developer
'
unless
ref
$list
eq
'
Sympa::List
';
my
$self
=
bless
{
...
...
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