summaryrefslogtreecommitdiff
path: root/program/include
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-09-25 07:25:41 +0000
committeralecpl <alec@alec.pl>2009-09-25 07:25:41 +0000
commit7d51781450910d8347926492cfcdff7d0f43e8c0 (patch)
treec970912c1e04fe6ca5ba9ddea675934dc2fd8c19 /program/include
parentc2e697fe8170b2fe014f391874e00c1ee27f40bc (diff)
- fix Russian language position on languages list
Diffstat (limited to 'program/include')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index a38845944..763c70889 100644
--- a/program/include/rcmail.php
+++ b/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);
}