Index: trunk/extensions/Translate/tag/PageTranslationHooks.php |
— | — | @@ -570,7 +570,7 @@ |
571 | 571 | return true; |
572 | 572 | } |
573 | 573 | |
574 | | - public static function replaceSubtitle( &$subpages, $skin, $out ) { |
| 574 | + public static function replaceSubtitle( &$subpages, $skin = null , $out = null ) { |
575 | 575 | global $wgOut, $wgUser; |
576 | 576 | if ( $out === null ) $out = $wgOut; |
577 | 577 | if ( $skin === null ) $skin = $wgUser->getSkin(); |