From 8e21d59caae7638d73ce89c4f2c92d9e572678a6 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 13 Dec 2011 19:51:54 +0000 Subject: [PATCH] fix deprecated method usage --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 7623d71498..80ae24097f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -615,7 +615,7 @@ class Article extends Page { $wgOut->setFollowPolicy( $policy['follow'] ); $this->showViewFooter(); - $this->mPage->viewUpdates(); + $this->mPage->doViewUpdates( $this->getContext()->getUser() ); wfProfileOut( __METHOD__ ); } -- 2.20.1