r77257 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77256‎ | r77257 | r77258 >
Date:22:12, 24 November 2010
Author:catrope
Status:ok
Tags:
Comment:
thumb-handler.php: Add missing comma
Modified paths:
  • /trunk/tools/upload-scripts/thumb-handler.php (modified) (history)

Diff [purge]

Index: trunk/tools/upload-scripts/thumb-handler.php
@@ -49,7 +49,7 @@
5050 list( $all, $site, $lang, $arch, $filename, $lossy, $pagenum, $size, $fn2 ) = $matches;
5151 $params = array(
5252 'f' => $filename,
53 - 'lossy' => $lossy
 53+ 'lossy' => $lossy,
5454 'width' => $size,
5555 'page' => $pagenum,
5656 );

Status & tagging log