DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2013 03:38:57 +0000 (11:38 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2013 03:38:57 +0000 (11:38 +0800)
DataObjects/I18n.php

index 6a86f95..7f084e3 100644 (file)
@@ -331,7 +331,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         if ($type == 'l' && strpos($k, '_') > -1) {
             $tolang = explode('_', $k);
             $ret = $cache[$lang][$type]->getName(strtolower($tolang[0])) .  '('.$tolang[1].')'; 
-            }
+            
         } else {
             $ret = $cache[$lang][$type]->getName($k);
         }