r102017 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r102016
|
r102017
|
r102018
>
Date:
17:51, 4 November 2011
Author:
hashar
Status:
ok
Tags:
Comment:
typo in core function wfRestoreWarnings()
Modified paths:
/trunk/extensions/VipsScaler/SpecialVipsTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/VipsScaler/SpecialVipsTest.php
—
—
@@ -229,7 +229,7 @@
230
230
# Cleanup the temporary file
231
231
wfSuppressWarnings();
232
232
unlink( $dstPath );
233
- wfRestoreWarning();
233
+ wfRestoreWarnings();
234
234
235
235
} else {
236
236
# Request the thumbnail at a remote scaler
Status & tagging log
17:57, 4 November 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r102017
[
removed:
new
added:
ok]