tiny bugfix for author in rss 0.91 parser
[mir.git] / source / mir / rss / RSS091Reader.java
index 878ef26..85fd95c 100755 (executable)
@@ -226,7 +226,7 @@ public class RSS091Reader {
       System.out.println(tag);
 
       if (mappedItemProperties.containsKey(tag)) {
-        currentTag=(String) mappedChannelProperties.get(tag);
+        currentTag=(String) mappedItemProperties.get(tag);
         return new PCDATASectionHandler();
       }
       else