X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FTitle.php;h=28bec0bdcec6290fda27f6c0e427739fcdf6cba7;hp=b9b1bb794726c68234275bc035510da5f017b772;hb=c05b8b7c473a7dd9c832f91366c45cb8a35c2df2;hpb=c3940d01d619257ac5829e9c39a89a2443d5a220 diff --git a/includes/Title.php b/includes/Title.php index b9b1bb7947..28bec0bdce 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1887,7 +1887,12 @@ class Title implements LinkTarget, IDBAccessObject { * @since 1.20 */ public function getSubpage( $text ) { - return self::makeTitleSafe( $this->mNamespace, $this->getText() . '/' . $text ); + return self::makeTitleSafe( + $this->mNamespace, + $this->getText() . '/' . $text, + '', + $this->mInterwiki + ); } /**