From: Chad Horohoe Date: Thu, 4 Aug 2011 22:06:05 +0000 (+0000) Subject: Followup r93921: missed something from testing X-Git-Tag: 1.31.0-rc.0~28431 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=9160e1edf9a29d2e07f5380558a1ea371bdce58b;p=lhc%2Fweb%2Fwiklou.git Followup r93921: missed something from testing --- diff --git a/includes/normal/UtfNormal.php b/includes/normal/UtfNormal.php index ec98802a9f..b5aad301ce 100644 --- a/includes/normal/UtfNormal.php +++ b/includes/normal/UtfNormal.php @@ -52,7 +52,7 @@ class UtfNormal { const UNORM_NONE = 1; const UNORM_NFD = 2; const UNORM_NFKD = 3; - const UNORM_NFC = UNORM_NFC; + const UNORM_NFC = 4; const UNORM_NFKC = 5; const UNORM_FCD = 6; const UNORM_DEFAULT = self::UNORM_NFC;