From 1af7d64f0d0a3146485cbe8f6aa66719579390c5 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 8 Feb 2010 13:01:30 +0000 Subject: [PATCH] Fixed a bug which came up during testing, world-destruction thus averted. --- maintenance/storage/fixBug20757.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/storage/fixBug20757.php b/maintenance/storage/fixBug20757.php index 614e180eea..cfe0817802 100644 --- a/maintenance/storage/fixBug20757.php +++ b/maintenance/storage/fixBug20757.php @@ -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 { -- 2.20.1