MessageCache: Don't try to log a ContentHandler object
[lhc/web/wiklou.git] / includes / FeedUtils.php
index 15fdbc5..a01d642 100644 (file)
@@ -164,7 +164,7 @@ class FeedUtils {
                                $diffText = "<p>Can't load revision $newid</p>";
                        } else {
                                // Diff output fine, clean up any illegal UTF-8
-                               $diffText = UtfNormal::cleanUp( $diffText );
+                               $diffText = UtfNormal\Validator::cleanUp( $diffText );
                                $diffText = self::applyDiffStyle( $diffText );
                        }
                } else {