alecpl
2008-09-22 cc669e3727615a1a3eab355c069c7ba6c2d307a7
- read current language from rcube_user object (config may contains 'pl', but user 'pl_PL')


1 files modified
3 ■■■■ changed files
program/steps/settings/func.inc 3 ●●●● patch | view | raw | blame | history
program/steps/settings/func.inc
@@ -22,7 +22,6 @@
if (!$OUTPUT->ajax_call)
  $OUTPUT->set_pagetitle(rcube_label('preferences'));
function rcmail_user_prefs_form($attrib)
{
  global $RCMAIL;
@@ -49,7 +48,7 @@
    $select_lang->add(array_values($a_lang), array_keys($a_lang));
  
    $table->add('title', html::label($field_id, Q(rcube_label('language'))));
    $table->add(null, $select_lang->show($config['language']));
    $table->add(null, $select_lang->show($RCMAIL->user->language));
  }