added the possibility to search for articles by topic
[mir.git] / source / mircoders / servlet / ServletModuleAdmin.java
index 737bc01..aa1d879 100755 (executable)
@@ -125,6 +125,7 @@ public class ServletModuleAdmin extends AdminServletModule {
       templateData.put("searchispublished", null);
       templateData.put("searcharticletype", null);
       templateData.put("searchorder", null);
+      templateData.put("searchtopic", null);
       templateData.put("selectarticleurl", null);
       templateData.put("recipes", MirGlobal.localizer().producers().getRecipeNames());