X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FExport.php;h=639ba289430888963cbce52e7f38d9fafcf41063;hb=eabfeda3bec5d8108bddf143cf677aa301d8073b;hp=b4a507d2b4dfde7a179fb0f71b3bc81de154daa4;hpb=e92d87c26c408441d8c229fc1e9c7e0bcd93898a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Export.php b/includes/Export.php index b4a507d2b4..639ba28943 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -866,7 +866,7 @@ class XmlDumpWriter { * @since 1.18 */ public static function canonicalTitle( Title $title ) { - if ( $title->getInterwiki() ) { + if ( $title->isExternal() ) { return $title->getPrefixedText(); }