comment list fixed
authorzapata <zapata>
Sat, 7 May 2005 18:03:35 +0000 (18:03 +0000)
committerzapata <zapata>
Sat, 7 May 2005 18:03:35 +0000 (18:03 +0000)
source/mircoders/servlet/ServletModuleComment.java

index b9c69c1..74089d3 100755 (executable)
@@ -66,6 +66,7 @@ public class ServletModuleComment extends ServletModule
     logger = new LoggerWrapper("ServletModule.Comment");
     try {
       mainModule = new ModuleComment();
+      definition = "comment";
     }
     catch (Exception e) {
       logger.error("servletmodule comment could not be initialized:" + e.getMessage());