DataObjects/I18n.php
[Pman.Core] / 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);
             
         }