Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Síle Ekaterin Liszka
Chessa
Commits
6343c5a5
Commit
6343c5a5
authored
Jun 01, 2022
by
Síle Ekaterin Liszka
Browse files
Chessa::Bug: that is not how you assign arrays to arrays, genius...
parent
abc3480e
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Chessa/Bug.pm
View file @
6343c5a5
...
...
@@ -44,7 +44,7 @@ sub new {
$self
->
{
finder
}
=
$finder
;
$self
->
{
plugins
}
=
[]
;
my
@plugins
=
@
{
$finder
->
modules
}
;
my
@plugins
=
$finder
->
modules
;
for
my
$plugin
(
@plugins
)
{
load_module
(
$self
,
$plugin
,
$args
{"
${plugin}
_conf
"});
...
...
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