minor bug in redirect afterwards

This commit is contained in:
Eric J. Bowersox 2002-01-08 17:49:34 +00:00
parent 10f84e2086
commit ae7a4e1c19

View File

@ -36,7 +36,8 @@ try
conf.addToHotlist();
// trap back to the topics list
rc = new Redirect("conf/topics.js.vs?cc=" + comm.communityID + "&conf=" + conf.confID);
rc = new Redirect("conf/topics.js.vs?cc=" + comm.communityID + "&conf=" + conf.confID,
LinkTypes.SERVLET);
} // end try
catch (e)