From eb35eaa78541a4b7d75cbd86395c972fbadc6936 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 4 Jun 2007 15:57:22 +0000 Subject: [PATCH] fix to fix for calling convention :D --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.20.1