r62125 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62124‎ | r62125 | r62126 >
Date:13:01, 8 February 2010
Author:tstarling
Status:deferred
Tags:
Comment:
Fixed a bug which came up during testing, world-destruction thus averted.
Modified paths:
  • /trunk/phase3/maintenance/storage/fixBug20757.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/storage/fixBug20757.php
@@ -159,7 +159,7 @@
160160
161161 // Find the page_id and rev_id
162162 // The page is probably the same as the page of the secondary row
163 - $pageId = $this->bt_page;
 163+ $pageId = $trackRow->bt_page;
164164 if ( $pageId === null ) {
165165 $revId = null;
166166 } else {

Status & tagging log