summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-25 07:25:41 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-25 07:25:41 +0000
commitb7612daf81b9b5feafb28a20ec69687991487c5a (patch)
tree4ba3eabfa5dd4c2a7a287b68f951a7ab98fa3b19 /roundcubemail/program/include
parent049d345eaad866a576367fce41ca38443f26c8ed (diff)
- fix Russian language position on languages list
git-svn-id: https://svn.roundcube.net/trunk@2989 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php
index a38845944..763c70889 100644
--- a/roundcubemail/program/include/rcmail.php
+++ b/roundcubemail/program/include/rcmail.php
@@ -762,7 +762,7 @@ class rcmail
continue;
if ($label = $rcube_languages[$name])
- $sa_languages[$name] = $label ? $label : $name;
+ $sa_languages[$name] = $label;
}
closedir($dh);
}