r106071 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106070‎ | r106071 | r106072 >
Date:19:51, 13 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix deprecated method usage
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -615,7 +615,7 @@
616616 $wgOut->setFollowPolicy( $policy['follow'] );
617617
618618 $this->showViewFooter();
619 - $this->mPage->viewUpdates();
 619+ $this->mPage->doViewUpdates( $this->getContext()->getUser() );
620620
621621 wfProfileOut( __METHOD__ );
622622 }

Status & tagging log