(bug 16841) Fix typo (utf8 -> utf-8)
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 30 Dec 2008 21:36:47 +0000 (21:36 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 30 Dec 2008 21:36:47 +0000 (21:36 +0000)
maintenance/storage/recompressTracked.php

index e1866a8..ea34a16 100644 (file)
@@ -489,7 +489,7 @@ class RecompressTracked {
                $dbw->update( 'text',
                        array( // set
                                'old_text' => $url,
-                               'old_flags' => 'external,utf8',
+                               'old_flags' => 'external,utf-8',
                        ),
                        array( // where
                                'old_id' => $textId