Index: trunk/phase3/maintenance/storage/recompressTracked.php |
— | — | @@ -489,7 +489,7 @@ |
490 | 490 | $dbw->update( 'text', |
491 | 491 | array( // set |
492 | 492 | 'old_text' => $url, |
493 | | - 'old_flags' => 'external,utf8', |
| 493 | + 'old_flags' => 'external,utf-8', |
494 | 494 | ), |
495 | 495 | array( // where |
496 | 496 | 'old_id' => $textId |