Index: trunk/phase3/maintenance/populateRevisionSha1.php |
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | |
85 | 85 | $db->begin(); |
86 | 86 | foreach ( $res as $row ) { |
87 | | - if ( $this->upgradeRow( $row, $db, $table, $idCol, $prefix ) ) { |
| 87 | + if ( $this->upgradeRow( $row, $table, $idCol, $prefix ) ) { |
88 | 88 | $count++; |
89 | 89 | } |
90 | 90 | } |