From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- includes/media/GIFMetadataExtractor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/media/GIFMetadataExtractor.php') diff --git a/includes/media/GIFMetadataExtractor.php b/includes/media/GIFMetadataExtractor.php index 178b0bf7..5c370465 100644 --- a/includes/media/GIFMetadataExtractor.php +++ b/includes/media/GIFMetadataExtractor.php @@ -158,7 +158,7 @@ class GIFMetadataExtractor { // assume its that, otherwise assume its windows-1252 (iso-8859-1) $dataCopy = $data; // quickIsNFCVerify has the side effect of replacing any invalid characters - UtfNormal::quickIsNFCVerify( $dataCopy ); + UtfNormal\Validator::quickIsNFCVerify( $dataCopy ); if ( $dataCopy !== $data ) { wfSuppressWarnings(); -- cgit v1.2.2