X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fsearch%2FSearchEngine.php;h=debf01b4aa6f8c251c1f38bae0ce8dc02de3b1dd;hb=653b7d63bc0bc952e804525b9a52c0b6f84c5b71;hp=882919feba859f8aa57e5e07d696dda5d540ea75;hpb=f0ee9f1899a7be2312e58dc434f41dfc95288b58;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchEngine.php b/includes/search/SearchEngine.php index 882919feba..debf01b4aa 100644 --- a/includes/search/SearchEngine.php +++ b/includes/search/SearchEngine.php @@ -974,6 +974,13 @@ class SearchResult { return ''; } + /** + * @return string interwiki namespace of the title (since we likely can't resolve it locally) + */ + function getInterwikiNamespaceText() { + return ''; + } + /** * Did this match file contents (eg: PDF/DJVU)? */