Index: trunk/extensions/Translate/SpecialMyLanguage.php |
— | — | @@ -18,6 +18,8 @@ |
19 | 19 | |
20 | 20 | public function execute( $par ) { |
21 | 21 | global $wgOut, $wgLang; |
| 22 | + |
| 23 | + $title = null; |
22 | 24 | if ( strval($par) !== '' ) { |
23 | 25 | $title = Title::newFromText( $par ); |
24 | 26 | if ( $title && $title->exists() ) { |