r100676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100675‎ | r100676 | r100677 >
Date:05:20, 25 October 2011
Author:aaron
Status:ok
Tags:
Comment:
Marked purgeThumbList() protected
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalFile.php
@@ -749,7 +749,7 @@
750750 * @param $dir string base dir of the files.
751751 * @param $files array of strings: relative filenames (to $dir)
752752 */
753 - function purgeThumbList($dir, $files) {
 753+ protected function purgeThumbList($dir, $files) {
754754 global $wgExcludeFromThumbnailPurge;
755755
756756 wfDebug( __METHOD__ . ": " . var_export( $files, true ) . "\n" );

Status & tagging log