Index: trunk/phase3/includes/SpecialUndelete.php |
— | — | @@ -90,6 +90,8 @@ |
91 | 91 | * Get the text from an archive row containing ar_text, ar_flags and ar_text_id |
92 | 92 | */ |
93 | 93 | function getTextFromRow( $row ) { |
| 94 | + $fname = 'PageArchive::getTextFromRow'; |
| 95 | + |
94 | 96 | if( is_null( $row->ar_text_id ) ) { |
95 | 97 | // An old row from MediaWiki 1.4 or previous. |
96 | 98 | // Text is embedded in this row in classic compression format. |