Index: trunk/extensions/DoubleWiki/DoubleWiki.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | |
32 | 32 | $match_request = $wgRequest->getText( 'match' ); |
33 | 33 | if ( $match_request === '' ) { |
34 | | - return ; |
| 34 | + return true; |
35 | 35 | } |
36 | 36 | |
37 | 37 | foreach( $parserOutput->mLanguageLinks as $l ) { |