From 96216e750b93234b70c5d2ea56f3d206a2d830ab Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Sep 2010 12:57:33 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index 9146cc05..afd89504 100644 --- a/I18n.php +++ b/I18n.php @@ -222,7 +222,7 @@ class Pman_Core_i18N extends Pman } $ret[] = array( - 'code'=> $type=='l' ? strtolower($k) : strtoupper($k) . ($sub ? '_'.strtoupper($sub) : ''), + 'code'=> ($type=='l' ? strtolower($k) : strtoupper($k)) . ($sub ? '_'.strtoupper($sub) : ''), 'title' => $v ); } -- 2.39.2