internationalized admin templates
[mir.git] / source / mircoders / servlet / ServletModuleComment.java
index 3f333d1..dc5383d 100755 (executable)
@@ -117,8 +117,7 @@ public class ServletModuleComment extends ServletModule
                                        }
                                }
                                // raus damit
-                               HTMLTemplateProcessor.process(res,getLanguage(req)+"/"+templateListString,
-                                                                                                                                                       mergeData, res.getWriter(), req.getLocale());
+                               HTMLTemplateProcessor.process(res, templateListString, mergeData, res.getWriter(), getLocale(req));
                        }
                        catch (ModuleException e) {throw new ServletModuleException(e.toString());}
                        catch (IOException e) {throw new ServletModuleException(e.toString());}