no message
authorfh <fh>
Tue, 4 Sep 2001 18:40:23 +0000 (18:40 +0000)
committerfh <fh>
Tue, 4 Sep 2001 18:40:23 +0000 (18:40 +0000)
source/mircoders/servlet/ServletModuleLinksImcs.java

index ad18048..7e9efae 100755 (executable)
@@ -55,7 +55,7 @@ public class ServletModuleLinksImcs extends ServletModule
 
       theList = mainModule.getByWhereClause(null, offset);
       if (theList == null || theList.getCount() == 0 || theList.getCount()>1){
-        HTMLTemplateProcessor.process(getLanguage(req)+"/"+templateListString, theList, out);
+        HTMLTemplateProcessor.process(getLanguage(req)+"/"+templateObjektString, theList, out);
       } else {
         deliver(req, res, theList.elementAt(0), templateObjektString);
       }