I18n.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Sep 2010 03:46:29 +0000 (11:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Sep 2010 03:46:29 +0000 (11:46 +0800)
I18n.php

index 6f51c4d..3e34f1d 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -206,7 +206,7 @@ class Pman_Core_i18N extends Pman
     function objToList($type, $obj) {
         $ret = array();
         
-        $country = new I18Nv2_Country($obj->language, 'UTF-8')
+        $country = new I18Nv2_Country($obj->language, 'UTF-8');
         
         foreach($this->cfg[$type] as $k) {
             $sub = false;