X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FExport.php;h=56fe452587ecacf27efeeeeb7ae6588b58bf3fd2;hb=8f04fa304ae68431a9fc1eb16f06995ad6affa00;hp=b4a507d2b4dfde7a179fb0f71b3bc81de154daa4;hpb=5de26bec5939c28849245e721252243b4c250c57;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Export.php b/includes/Export.php index b4a507d2b4..56fe452587 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -3,7 +3,7 @@ * Base classes for dumps and export * * Copyright © 2003, 2005, 2006 Brion Vibber - * http://www.mediawiki.org/ + * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -866,7 +866,7 @@ class XmlDumpWriter { * @since 1.18 */ public static function canonicalTitle( Title $title ) { - if ( $title->getInterwiki() ) { + if ( $title->isExternal() ) { return $title->getPrefixedText(); }