From: Brion Vibber Date: Mon, 4 Jun 2007 15:58:16 +0000 (+0000) Subject: aaaand one more X-Git-Tag: 1.31.0-rc.0~52692 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=078a5ad8957be65d74fa8f6ae436a6d0e744b3c6;p=lhc%2Fweb%2Fwiklou.git aaaand one more --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 46846ec2da..bdda7a14c4 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -274,7 +274,7 @@ class ImagePage extends Article { if ( $page > 1 ) { $label = $wgOut->parse( wfMsg( 'imgmultipageprev' ), false ); $link = $sk->makeKnownLinkObj( $this->mTitle, $label, 'page='. ($page-1) ); - $thumb1 = $sk->makeThumbLinkObj( $this->mTitle, $link, $label, 'none', + $thumb1 = $sk->makeThumbLinkObj( $this->mTitle, $this->img, $link, $label, 'none', array( 'page' => $page - 1 ) ); } else { $thumb1 = '';