r22705 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22704‎ | r22705 | r22706 >
Date:15:57, 4 June 2007
Author:brion
Status:old
Tags:
Comment:
fix to fix for calling convention :D
Modified paths:
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -283,7 +283,7 @@
284284 if ( $page < $count ) {
285285 $label = wfMsg( 'imgmultipagenext' );
286286 $link = $sk->makeKnownLinkObj( $this->mTitle, $label, 'page='. ($page+1) );
287 - $thumb2 = $sk->makeThumbLinkObj( $this->mTitle, $link, $label, 'none',
 287+ $thumb2 = $sk->makeThumbLinkObj( $this->mTitle, $this->img, $link, $label, 'none',
288288 array( 'page' => $page + 1 ) );
289289 } else {
290290 $thumb2 = '';

Follow-up revisions

RevisionCommit summaryAuthorDate
r22717Merged revisions 22667-22715 via svnmerge from...david20:00, 4 June 2007

Status & tagging log