Fixed a bug which came up during testing, world-destruction thus averted.
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 8 Feb 2010 13:01:30 +0000 (13:01 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 8 Feb 2010 13:01:30 +0000 (13:01 +0000)
maintenance/storage/fixBug20757.php

index 614e180..cfe0817 100644 (file)
@@ -159,7 +159,7 @@ class FixBug20757 extends Maintenance {
 
                                // Find the page_id and rev_id
                                // The page is probably the same as the page of the secondary row
-                               $pageId = $this->bt_page;
+                               $pageId = $trackRow->bt_page;
                                if ( $pageId === null ) {
                                        $revId = null;
                                } else {