From: Brion Vibber Date: Mon, 4 Jun 2007 15:57:22 +0000 (+0000) Subject: fix to fix for calling convention :D X-Git-Tag: 1.31.0-rc.0~52693 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=eb35eaa78541a4b7d75cbd86395c972fbadc6936;p=lhc%2Fweb%2Fwiklou.git fix to fix for calling convention :D --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 8fff2988dc..46846ec2da 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -283,7 +283,7 @@ class ImagePage extends Article { if ( $page < $count ) { $label = wfMsg( 'imgmultipagenext' ); $link = $sk->makeKnownLinkObj( $this->mTitle, $label, 'page='. ($page+1) ); - $thumb2 = $sk->makeThumbLinkObj( $this->mTitle, $link, $label, 'none', + $thumb2 = $sk->makeThumbLinkObj( $this->mTitle, $this->img, $link, $label, 'none', array( 'page' => $page + 1 ) ); } else { $thumb2 = '';