From: Jeroen De Dauw Date: Tue, 13 Dec 2011 19:51:54 +0000 (+0000) Subject: fix deprecated method usage X-Git-Tag: 1.31.0-rc.0~25996 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=8e21d59caae7638d73ce89c4f2c92d9e572678a6;p=lhc%2Fweb%2Fwiklou.git fix deprecated method usage --- 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__ ); }