From: Brion Vibber Date: Fri, 3 Sep 2004 06:19:16 +0000 (+0000) Subject: typo X-Git-Tag: 1.5.0alpha1~2151 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=f708d54f7d8a045a59ad5cc381f7fb838f325eb5;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/Title.php b/includes/Title.php index e262c5a437..190d839286 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -713,7 +713,7 @@ class Title { } global $wgUseLatin1; - if( !$wgUseLatin1 && false !== strpos( $t, UTF8_REPLACEMENT, $t ) ) { + if( !$wgUseLatin1 && false !== strpos( $t, UTF8_REPLACEMENT ) ) { # Contained illegal UTF-8 sequences or forbidden Unicode chars. wfProfileOut( $fname ); return false;