diff options
Diffstat (limited to 'includes/debug/MWDebug.php')
-rw-r--r-- | includes/debug/MWDebug.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/debug/MWDebug.php b/includes/debug/MWDebug.php index dc80a46b26e6..ef96387a56f7 100644 --- a/includes/debug/MWDebug.php +++ b/includes/debug/MWDebug.php @@ -327,7 +327,7 @@ class MWDebug { } $str = $prefix . $str; } - self::$debug[] = rtrim( UtfNormal::cleanUp( $str ) ); + self::$debug[] = rtrim( UtfNormal\Validator::cleanUp( $str ) ); } } |