From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/normal/RandomTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/normal/RandomTest.php') diff --git a/includes/normal/RandomTest.php b/includes/normal/RandomTest.php index f2ec460e..d96cb09a 100644 --- a/includes/normal/RandomTest.php +++ b/includes/normal/RandomTest.php @@ -54,7 +54,7 @@ function donorm( $str ) { # UnicodeString constructor fails if the string ends with a head byte. # Add a junk char at the end, we'll strip it off - return rtrim( utf8_normalize( $str . "\x01", UNORM_NFC ), "\x01" ); + return rtrim( utf8_normalize( $str . "\x01", UtfNormal::UNORM_NFC ), "\x01" ); } function wfMsg($x) { -- cgit v1.2.3-54-g00ecf