r102508 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102507‎ | r102508 | r102509 >
Date:11:39, 9 November 2011
Author:ialex
Status:ok
Tags:
Comment:
Use WikiPage instead of Article
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUndelete.php
@@ -398,7 +398,7 @@
399399 $dbw = wfGetDB( DB_MASTER );
400400
401401 # Does this page already exist? We'll have to update it...
402 - $article = new Article( $this->title );
 402+ $article = WikiPage::factory( $this->title );
403403 # Load latest data for the current page (bug 31179)
404404 $article->loadPageData( 'fromdbmaster' );
405405 $oldcountable = $article->isCountable();

Status & tagging log