Index: trunk/phase3/maintenance/dumpTextPass.php |
— | — | @@ -279,7 +279,7 @@ |
280 | 280 | $row = $this->db->selectRow( 'text', |
281 | 281 | array( 'old_text', 'old_flags' ), |
282 | 282 | array( 'old_id' => $id ), |
283 | | - 'TextPassDumper::getText' ); |
| 283 | + __METHOD__ ); |
284 | 284 | $text = Revision::getRevisionText( $row ); |
285 | 285 | if ( $text === false ) { |
286 | 286 | return false; |