small session bugfixx
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index 3d6e40c..e4e3895 100755 (executable)
@@ -184,7 +184,7 @@ public final class HTMLTemplateProcessor {
       if (tmr==null) tmr = new SimpleHash();
 
       /** @todo  what is this for? (rk) */
-      String session=null;
+      String session="";
       if (res!=null) {
         session=res.encodeURL("");
       }