Index: trunk/phase3/includes/Article.php |
— | — | @@ -615,7 +615,7 @@ |
616 | 616 | $wgOut->setFollowPolicy( $policy['follow'] ); |
617 | 617 | |
618 | 618 | $this->showViewFooter(); |
619 | | - $this->mPage->viewUpdates(); |
| 619 | + $this->mPage->doViewUpdates( $this->getContext()->getUser() ); |
620 | 620 | |
621 | 621 | wfProfileOut( __METHOD__ ); |
622 | 622 | } |