Skip to content

Commit a046d19

Browse files
committed
Fix invalid iterator read in scripts/translation/qarvt.php
1 parent a7831a9 commit a046d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/translation/qarvt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
$list = new RevcheckFileList( $langDir );
5252

53-
foreach( $list->list as $item )
53+
foreach( $list->iterator() as $item )
5454
{
5555
$file = $langDir . '/' . $item->file;
5656
$revt = RevtagParser::parseFile( $file );

0 commit comments

Comments
 (0)