r102868 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r102867
|
r102868
|
r102869
>
Date:
18:41, 12 November 2011
Author:
btongminh
Status:
ok
Tags:
Comment:
Follow-up
r102867
, fix syntax error. My ctrl key is a bit broken, so ctrl+s does not actually save the file, but add a literal s.
Modified paths:
/trunk/extensions/VipsScaler/SpecialVipsTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/VipsScaler/SpecialVipsTest.php
—
—
@@ -204,7 +204,7 @@
205
205
$title = Title::makeTitleSafe( NS_FILE, $allData['File'] );
206
206
$file = wfFindFile( $title );
207
207
if ( $input <= 0 || $input >= $file->getWidth() ) {
208
- return wfMsg( 'vipsscaler-invalid-width's );
208
+ return wfMsg( 'vipsscaler-invalid-width' );
209
209
}
210
210
return true;
211
211
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r102867
Add more validation of input, fix sharpening validation
btongminh
18:39, 12 November 2011
Status & tagging log
23:13, 12 November 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r102868
[
removed:
new
added:
ok]