From 01356557da7a8f2285403d0ce32155a1bcba18f7 Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Wed, 5 Dec 2001 07:44:08 +0000 Subject: [PATCH] needed to add a couple of setMyLocation() calls to new dialogs --- src/com/silverwrist/venice/servlets/ConfOperations.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/silverwrist/venice/servlets/ConfOperations.java b/src/com/silverwrist/venice/servlets/ConfOperations.java index 4112d00..4d207dd 100644 --- a/src/com/silverwrist/venice/servlets/ConfOperations.java +++ b/src/com/silverwrist/venice/servlets/ConfOperations.java @@ -600,6 +600,7 @@ public class ConfOperations extends VeniceServlet try { // return the conference E-mail view + setMyLocation(request,"confops?sig=" + comm.getCommunityID() + "&conf=" + conf.getConfID() + "&cmd=I"); return new ConferenceEMail(comm,conf); } // end try @@ -628,6 +629,7 @@ public class ConfOperations extends VeniceServlet try { // return the conference custom blocks view + setMyLocation(request,"confops?sig=" + comm.getCommunityID() + "&conf=" + conf.getConfID() + "&cmd=U"); return new ConferenceCustomBlocks(comm,conf); } // end try