r104412 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104411
|
r104412
|
r104413
>
Date:
09:03, 28 November 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Fix
r104410
: Added default value for $options to purgeThumbnails(), not sure how this was lost in the patch
Modified paths:
/trunk/phase3/includes/filerepo/file/LocalFile.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/filerepo/file/LocalFile.php
—
—
@@ -723,7 +723,7 @@
724
724
/**
725
725
* Delete cached transformed files for the current version only.
726
726
*/
727
- function purgeThumbnails( $options ) {
727
+ function purgeThumbnails( $options = array() ) {
728
728
global $wgUseSquid;
729
729
730
730
// Delete thumbnails
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104410
Restored
r98710
but with a 'forRefresh' option (not used yet)
aaron
08:53, 28 November 2011
Status & tagging log
14:32, 28 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r104412
[
removed:
new
added:
ok]