Pman/I18N.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 19 Jul 2010 10:29:43 +0000 (18:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 19 Jul 2010 10:29:43 +0000 (18:29 +0800)
Pman/I18N.php

index cfba601..982c81b 100644 (file)
@@ -364,7 +364,7 @@ class Pman_I18N extends Pman
             return;
         }
         
-        $list = $this->getDefaultCfg($ltype); //$this->cfg[$ltype];
+        $list = $ltype == 'c' ? $this->getDefaultCfg($ltype) : $this->cfg[$ltype];
         
         //DB_DataObject::debugLevel(1);