navigation with hot topics
[pnews.git] / war / src / main / java / pnews / servlet / JSON.java
index 13509ed..bf6dcae 100644 (file)
@@ -38,7 +38,7 @@ public class JSON {
                 
                 for (Category cat: config.getCategories())
                         try {
-                                articles = provider.getArticles(cat);
+                                articles = provider.getArticles(cat, null);
                                 jcategories.addProperty(cat.getLabel(),
                                                         articles.size());
                         } catch (IllegalArgumentException | FeedException | IOException e) {