removed call of checkView in viewlink_macro()

This commit is contained in:
Robert Gaggl 2003-11-23 18:17:19 +00:00
parent 0c81881baa
commit a9bb4816c2

View file

@ -121,8 +121,6 @@ function deletelink_macro(param) {
*/
function viewlink_macro(param) {
try {
if (session.user)
this.checkView(session.user, req.data.memberlevel);
if (!this.closed) {
this.checkVote(session.user, req.data.memberlevel);
Html.link(this.href(), param.text ? param.text : "vote");