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

index da44bfe..ffb0c0f 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -112,7 +112,7 @@ class Pman_Core_I18N extends Pman
                 break;
 
             case 'Country':
-                $i->ltype = 'l';
+                $i->ltype = 'c';
                 $i->applyFilters($_REQUEST, $this->authUser, $this);
                 $this->jdata($i->toTransList('l',  $lbits[0]));
                 
@@ -120,7 +120,7 @@ class Pman_Core_I18N extends Pman
                 break;
                 
              case 'Currency':
-                $i->ltype = 'l';
+                $i->ltype = 'm';
                 $i->applyFilters($_REQUEST, $this->authUser, $this);
                 $this->jdata($i->toTransList('l',  $lbits[0]));
                 break;