r48536 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48535‎ | r48536 | r48537 >
Date:20:55, 18 March 2009
Author:thomasv
Status:ok
Tags:
Comment:
fix bug introduced in r48533 (variable name)
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage.php
@@ -663,7 +663,7 @@
664664 return true;
665665 }
666666
667 - $image = wfFindFile( $title );
 667+ $image = wfFindFile( $imageTitle );
668668 if ( $image->exists() && $image->getMimeType() == 'image/vnd.djvu' ) {
669669 $srcPath = $image->getPath();
670670 $cmd = "( " .wfEscapeShellArg( $wgDjvutxt );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r48533Cleanup to r48486:...demon20:36, 18 March 2009

Status & tagging log