Don't re-declare lexical variable

This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-04-21 00:07:54 +00:00
parent 0f9c9190ee
commit c377932312

View file

@ -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;
}