From 53fac993f225ed4a97f6a1cdb88a1b5825211b70 Mon Sep 17 00:00:00 2001 From: Neil Kandalgaonkar Date: Tue, 30 Nov 2010 05:43:26 +0000 Subject: [PATCH] forgot to change the function signature after refactor here --- includes/specials/SpecialUploadStash.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.20.1