Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | # Just need to set the right headers |
142 | 142 | $wgOut->setArticleFlag( true ); |
143 | 143 | $wgOut->setPageTitle( $this->getTitle()->getPrefixedText() ); |
144 | | - $this->mPage->doViewUpdates(); |
| 144 | + $this->mPage->doViewUpdates( $this->getContext()->getUser() ); |
145 | 145 | } |
146 | 146 | |
147 | 147 | # Show shared description, if needed |