http://www.mediawiki.org/wiki/Special:Code/MediaWiki/62125

Revision: 62125
Author:   tstarling
Date:     2010-02-08 13:01:30 +0000 (Mon, 08 Feb 2010)

Log Message:
-----------
Fixed a bug which came up during testing, world-destruction thus averted.

Modified Paths:
--------------
    trunk/phase3/maintenance/storage/fixBug20757.php

Modified: trunk/phase3/maintenance/storage/fixBug20757.php
===================================================================
--- trunk/phase3/maintenance/storage/fixBug20757.php    2010-02-08 12:36:20 UTC 
(rev 62124)
+++ trunk/phase3/maintenance/storage/fixBug20757.php    2010-02-08 13:01:30 UTC 
(rev 62125)
@@ -159,7 +159,7 @@
 
                                // 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 {



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to