From f708d54f7d8a045a59ad5cc381f7fb838f325eb5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 3 Sep 2004 06:19:16 +0000 Subject: [PATCH] typo --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1