DataObjects/I18n.php
authorAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2013 03:44:54 +0000 (11:44 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Feb 2013 03:44:54 +0000 (11:44 +0800)
DataObjects/I18n.php

index 8d9ad58..0b6a732 100644 (file)
@@ -216,7 +216,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
                 break;
         }
         if (!empty($cfg[$t]) && is_array($cfg[$t])) {
-            // then there is a filter.
+            // then there is a filter. - we should include all of them, even if they are not relivatn??
             return $cfg[$t]; //array_intersect($cfg[$t], $ret);
             
         }