DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 08:56:11 +0000 (16:56 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 08:56:11 +0000 (16:56 +0800)
DataObjects/I18n.php

index 6fca05a..46ac2b1 100644 (file)
@@ -201,7 +201,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         }
         
         foreach ($ret as $k=>$v) {
-            $ret[$k] = strtoupper($v);
+            $ret[$k] = ($t=='l') ? $ret[$k] : strtoupper($v);
         }