forgot to change the function signature after refactor here
authorNeil Kandalgaonkar <neilk@users.mediawiki.org>
Tue, 30 Nov 2010 05:43:26 +0000 (05:43 +0000)
committerNeil Kandalgaonkar <neilk@users.mediawiki.org>
Tue, 30 Nov 2010 05:43:26 +0000 (05:43 +0000)
includes/specials/SpecialUploadStash.php

index f71dd22..3df193b 100644 (file)
@@ -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.