From 7346a38c398c3ae476a2c9b9698dca0a9474153e Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 3 Jan 2013 18:37:31 +0800 Subject: [PATCH] I18n.php --- I18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index 37ebb0af..403b29e0 100644 --- a/I18n.php +++ b/I18n.php @@ -181,7 +181,8 @@ class Pman_Core_I18n extends Pman $ar = array(); foreach($langs as $lang) { - $rlang = array_shift(explode('_', strtoupper($lang))); + //$rlang = array_shift(explode('_', strtoupper($lang))); + $rlang = array_shift(explode('_', $lang)); $ar[$lang] = array(); $i = DB_DataObject::Factory('I18n'); -- 2.39.2