DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 08:21:13 +0000 (16:21 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 08:21:13 +0000 (16:21 +0800)
DataObjects/I18n.php

index d1b65a8..8f86a65 100644 (file)
@@ -245,9 +245,9 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
         //print_r($list); 
         foreach($list as $lkey) {
             // skip ones we know we have done...
-            if (in_array($lkey, $complete)) {
-                continue;
-            }
+//            if (in_array($lkey, $complete)) {
+//                continue;
+//            }
             $x = DB_DataObject::factory('I18n');
             $x->ltype = $ltype;
             $x->lkey = $lkey;