fixed / clean ups
[mir.git] / source / mircoders / localizer / basic / MirBasicAntiAbuseFilterTypes.java
index ef148e2..2ab4d57 100755 (executable)
@@ -190,10 +190,10 @@ public class MirBasicAntiAbuseFilterTypes {
             if (selectedFields != null)
               j = selectedFields.iterator();
             else
-              j = anEntity.getFields().iterator();
+              j = anEntity.getFieldNames().iterator();
 
             while (j.hasNext()) {
-              String field = anEntity.getValue( (String) j.next());
+              String field = anEntity.getFieldValue( (String) j.next());
 
               if (exactMatch) {
                 if (field != null && regularExpression.isMatch(field)) {