summaryrefslogtreecommitdiff
path: root/includes/normal/RandomTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/normal/RandomTest.php')
-rw-r--r--includes/normal/RandomTest.php2
1 files changed, 1 insertions, 1 deletions
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) {