minor bug in redirect afterwards
This commit is contained in:
parent
10f84e2086
commit
ae7a4e1c19
|
@ -36,7 +36,8 @@ try
|
||||||
conf.addToHotlist();
|
conf.addToHotlist();
|
||||||
|
|
||||||
// trap back to the topics list
|
// 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
|
} // end try
|
||||||
catch (e)
|
catch (e)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user