Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | $wgOut->setPageTitle( $this->getTitle()->getPrefixedText() ); |
105 | 105 | $wgOut->addHTML( $this->viewRedirect( Title::makeTitle( NS_FILE, $this->mPage->getFile()->getName() ), |
106 | 106 | /* $appendSubtitle */ true, /* $forceKnown */ true ) ); |
107 | | - $this->mPage->viewUpdates(); |
| 107 | + $this->mPage->doViewUpdates(); |
108 | 108 | return; |
109 | 109 | } |
110 | 110 | } |
— | — | @@ -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->viewUpdates(); |
| 144 | + $this->mPage->doViewUpdates(); |
145 | 145 | } |
146 | 146 | |
147 | 147 | # Show shared description, if needed |