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 @@
50
50
list( $all, $site, $lang, $arch, $filename, $lossy, $pagenum, $size, $fn2 ) = $matches;
51
51
$params = array(
52
52
'f' => $filename,
53
- 'lossy' => $lossy
53
+ 'lossy' => $lossy,
54
54
'width' => $size,
55
55
'page' => $pagenum,
56
56
);
Status & tagging log
22:13, 24 November 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r77257
[
removed:
new
added:
ok]