From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- maintenance/attachLatest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maintenance/attachLatest.php') diff --git a/maintenance/attachLatest.php b/maintenance/attachLatest.php index e6287f43..6e09671a 100644 --- a/maintenance/attachLatest.php +++ b/maintenance/attachLatest.php @@ -65,8 +65,8 @@ class AttachLatest extends Maintenance { $id = $revision->getId(); $this->output( wfWikiID() . " $pageId [[$name]] latest time $latestTime, rev id $id\n" ); if ( $this->hasOption( 'fix' ) ) { - $article = new Article( $title ); - $article->updateRevisionOn( $dbw, $revision ); + $page = WikiPage::factory( $title ); + $page->updateRevisionOn( $dbw, $revision ); } $n++; } -- cgit v1.2.2