From: Tim Starling Date: Sat, 3 Sep 2005 01:21:33 +0000 (+0000) Subject: fixed recent commit X-Git-Tag: 1.6.0~1728 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=01d0d88929f7b8789e9328ac9e671ab11348152e;p=lhc%2Fweb%2Fwiklou.git fixed recent commit --- diff --git a/includes/Title.php b/includes/Title.php index 5d4b1fdf84..0721c1cab7 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1333,7 +1333,7 @@ class Title { # Interwiki link $t = $m[2]; - $this->mInterwiki = $p; + $this->mInterwiki = strtolower( $p ); # Redundant interwiki prefix to the local wiki if ( 0 == strcasecmp( $this->mInterwiki, $wgLocalInterwiki ) ) {