Index: trunk/phase3/includes/Article.php |
— | — | @@ -441,7 +441,7 @@ |
442 | 442 | } |
443 | 443 | $revision = Revision::newFromId( $this->mLatest ); |
444 | 444 | if( is_null( $revision ) ) { |
445 | | - wfDebug( __METHOD__." failed to retrieve current page, rev_id {$data->page_latest}\n" ); |
| 445 | + wfDebug( __METHOD__." failed to retrieve current page, rev_id {$this->mLatest}\n" ); |
446 | 446 | return false; |
447 | 447 | } |
448 | 448 | } |