Merge "Perform a permission check on the title when changing the page language"
[lhc/web/wiklou.git] / includes / search / SearchNearMatcher.php
index 0400021..8e86865 100644 (file)
@@ -70,7 +70,6 @@ class SearchNearMatcher {
                }
 
                foreach ( $allSearchTerms as $term ) {
-
                        # Exact match? No need to look further.
                        $title = Title::newFromText( $term );
                        if ( is_null( $title ) ) {