From: Neil Kandalgaonkar Date: Tue, 30 Nov 2010 05:43:26 +0000 (+0000) Subject: forgot to change the function signature after refactor here X-Git-Tag: 1.31.0-rc.0~33684 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=53fac993f225ed4a97f6a1cdb88a1b5825211b70;p=lhc%2Fweb%2Fwiklou.git forgot to change the function signature after refactor here --- diff --git a/includes/specials/SpecialUploadStash.php b/includes/specials/SpecialUploadStash.php index f71dd22498..3df193bb6f 100644 --- a/includes/specials/SpecialUploadStash.php +++ b/includes/specials/SpecialUploadStash.php @@ -142,8 +142,7 @@ class SpecialUploadStash extends UnlistedSpecialPage { * @throws MWException * @return boolean success */ - private function outputLocallyScaledThumb( $params, $flags ) { - wfDebug( "UploadStash: SCALING locally!\n" ); + private function outputLocallyScaledThumb( $file, $params, $flags ) { // n.b. this is stupid, we insist on re-transforming the file every time we are invoked. We rely // on HTTP caching to ensure this doesn't happen.