Merge "Use wikimedia/utfnormal library, add backwards-compatability layer"
[lhc/web/wiklou.git] / includes / debug / MWDebug.php
index 7a4a3b6..1939e06 100644 (file)
@@ -327,7 +327,7 @@ class MWDebug {
                                }
                                $str = $prefix . $str;
                        }
-                       self::$debug[] = rtrim( UtfNormal::cleanUp( $str ) );
+                       self::$debug[] = rtrim( UtfNormal\Validator::cleanUp( $str ) );
                }
        }