needed to add a couple of setMyLocation() calls to new dialogs

This commit is contained in:
Eric J. Bowersox 2001-12-05 07:44:08 +00:00
parent 3da20de189
commit 01356557da

View File

@ -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