From 7d51781450910d8347926492cfcdff7d0f43e8c0 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 25 Sep 2009 03:25:41 -0400
Subject: [PATCH] - fix Russian language position on languages list
---
program/include/rcmail.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index a388459..763c708 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -762,7 +762,7 @@
continue;
if ($label = $rcube_languages[$name])
- $sa_languages[$name] = $label ? $label : $name;
+ $sa_languages[$name] = $label;
}
closedir($dh);
}
--
Gitblit v1.9.1