diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-08 10:57:35 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-08 10:57:35 -0700 |
commit | 265e2bd58de2a01e0d7840310eb44b21b70e3914 (patch) | |
tree | 1da50ae54d621018835d6705dfa2661c41753b50 | |
parent | 038cd8ac2545dfbca5ae747a0ffaf370b2861cf2 (diff) |
remember to convert messages
-rw-r--r-- | scripts/fixup_utf8.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/fixup_utf8.php b/scripts/fixup_utf8.php index 83e485021..169376091 100644 --- a/scripts/fixup_utf8.php +++ b/scripts/fixup_utf8.php @@ -101,6 +101,7 @@ class UTF8FixerUpper $this->args['min_notice']); $this->fixupProfiles(); $this->fixupGroups(); + $this->fixupMessages(); } function fixupNotices($max_id, $min_id) { |