Index: trunk/phase3/maintenance/storage/fixBug20757.php |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | |
161 | 161 | // Find the page_id and rev_id |
162 | 162 | // The page is probably the same as the page of the secondary row |
163 | | - $pageId = $this->bt_page; |
| 163 | + $pageId = $trackRow->bt_page; |
164 | 164 | if ( $pageId === null ) { |
165 | 165 | $revId = null; |
166 | 166 | } else { |