Commit 8d1c4001 by Tuukka Kivilahti

moar

1 parent dff63485
...@@ -293,7 +293,7 @@ public class ReaderView extends GenericCDIView { ...@@ -293,7 +293,7 @@ public class ReaderView extends GenericCDIView {
// on polling mode, we do not use list, we use database and remember last readerEvent // on polling mode, we do not use list, we use database and remember last readerEvent
namecontainer.setAutopoll(true); namecontainer.setAutopoll(true);
lastReadEvent = readerbean.getLastReaderEvent(namecontainer.getReaderId()); lastReadEvent = getNewestEvent();// readerbean.getLastReaderEvent(namecontainer.getReaderId());
} }
/** /**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!