Fix property typo.
authorJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 17:02:29 +0000 (18:02 +0100)
committerJan Schneider <jan@horde.org>
Tue, 28 Dec 2010 17:02:29 +0000 (18:02 +0100)
imp/compose.php

index 2f7b2df..3cbdc4c 100644 (file)
@@ -822,7 +822,7 @@ if ($redirect) {
         $t->set('charset_label', Horde::label('charset', _("C_harset")));
         $t->set('charset_tabindex', ++$tabindex);
         $charset_array = array();
-        $enc_list = $registry->nslconfig->encodings;
+        $enc_list = $registry->nlsconfig->encodings;
         asort($enc_list);
         foreach (array_merge(array('' => _("Default")), $enc_list) as $encoding => $label) {
             $charset_array[] = array(