Index: trunk/phase3/includes/Article.php |
— | — | @@ -654,7 +654,7 @@ |
655 | 655 | |
656 | 656 | if ( $diff == 0 || $diff == $this->mPage->getLatest() ) { |
657 | 657 | # Run view updates for current revision only |
658 | | - $this->mPage->viewUpdates(); |
| 658 | + $this->mPage->doViewUpdates( $this->getContext()->getUser() ); |
659 | 659 | } |
660 | 660 | } |
661 | 661 | |