I18n.php
authorAlan Knowles <alan@roojs.com>
Wed, 14 Dec 2011 06:56:44 +0000 (14:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Dec 2011 06:56:44 +0000 (14:56 +0800)
I18n.php

index d0a9e73..0470e79 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -116,7 +116,7 @@ class Pman_Core_I18N extends Pman
             case 'Country':
                 $i->ltype = 'c';
                 $i->applyFilters($_REQUEST, $this->authUser, $this);
-                $this->jdata($i->toTransList('l',  $lbits[0]));
+                $this->jdata($i->toTransList('c',  $lbits[0]));
                 
                 $ret = $this->getList('c', $lbits[0],empty($_REQUEST['filter']) ? false : $_REQUEST['filter']);
                 break;
@@ -124,7 +124,7 @@ class Pman_Core_I18N extends Pman
              case 'Currency':
                 $i->ltype = 'm';
                 $i->applyFilters($_REQUEST, $this->authUser, $this);
-                $this->jdata($i->toTransList('l',  $lbits[0]));
+                $this->jdata($i->toTransList('m',  $lbits[0]));
                 break;