DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 09:22:43 +0000 (17:22 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 09:22:43 +0000 (17:22 +0800)
DataObjects/I18n.php

index 5ad2e88..91644b7 100644 (file)
@@ -255,9 +255,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;