needed to add a couple of setMyLocation() calls to new dialogs
This commit is contained in:
parent
3da20de189
commit
01356557da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user