r10511 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10510‎ | r10511 | r10512 >
Date:02:40, 15 August 2005
Author:avar
Status:old
Tags:
Comment:
* Fixed undefined variable error
Modified paths:
  • /trunk/phase3/includes/SpecialUndelete.php (modified) (history)

Diff [purge]

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

Status & tagging log