Fix a regression from r24808:
PHP-Notice: 'Undefined variable:'
This commit is contained in:
parent
122e796e83
commit
7b109cad8a
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ class Linker {
|
|||
);
|
||||
if ( $framed ) $frameParams['framed'] = true;
|
||||
if ( $manualthumb ) $frameParams['manualthumb'] = $manualthumb;
|
||||
return $this->makeThumbLink2( $title, $file, $frameParams, $handlerParams );
|
||||
return $this->makeThumbLink2( $title, $file, $frameParams, $params );
|
||||
}
|
||||
|
||||
function makeThumbLink2( Title $title, $file, $frameParams = array(), $handlerParams = array() ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue