forgot to change the function signature after refactor here
This commit is contained in:
parent
213f86972f
commit
53fac993f2
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue