From: Siebrand Mazeland Date: Wed, 14 Dec 2011 17:54:13 +0000 (+0000) Subject: WikiPage::viewUpdates() -> WikiPage::doViewUpdates() X-Git-Tag: 1.31.0-rc.0~25968 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=40df5b1a9eef530838545d8a6eddb7e3ed8e8f92;p=lhc%2Fweb%2Fwiklou.git WikiPage::viewUpdates() -> WikiPage::doViewUpdates() --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 3e356489b6..5c0f3d1ba0 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -103,7 +103,7 @@ class ImagePage extends Article { $wgOut->setPageTitle( $this->getTitle()->getPrefixedText() ); $wgOut->addHTML( $this->viewRedirect( Title::makeTitle( NS_FILE, $this->mPage->getFile()->getName() ), /* $appendSubtitle */ true, /* $forceKnown */ true ) ); - $this->mPage->viewUpdates(); + $this->mPage->doViewUpdates(); return; } } @@ -140,7 +140,7 @@ class ImagePage extends Article { # Just need to set the right headers $wgOut->setArticleFlag( true ); $wgOut->setPageTitle( $this->getTitle()->getPrefixedText() ); - $this->mPage->viewUpdates(); + $this->mPage->doViewUpdates(); } # Show shared description, if needed