Skip to content

Commit

Permalink
Fix invalid iterator read in scripts/translation/qarvt.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sobak committed Jun 14, 2024
1 parent a7831a9 commit a046d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translation/qarvt.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

$list = new RevcheckFileList( $langDir );

foreach( $list->list as $item )
foreach( $list->iterator() as $item )
{
$file = $langDir . '/' . $item->file;
$revt = RevtagParser::parseFile( $file );
Expand Down

0 comments on commit a046d19

Please sign in to comment.