Don't re-declare lexical variable
This commit is contained in:
parent
0f9c9190ee
commit
c377932312
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ for my $lang ('', map { "${_}:" } qw[ Pt Fi De It HU Cz Fr RU Pl ]) {
|
|||
|
||||
# Value pages
|
||||
ok(1, " Getting value pages");
|
||||
my $cnt = stick_content_in_hash("tag", "Template:${lang}ValueDescription", \%feature);
|
||||
$cnt = stick_content_in_hash("tag", "Template:${lang}ValueDescription", \%feature);
|
||||
ok(1, " Got $cnt value pages");
|
||||
$count{value} += $cnt;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue