removed call of checkView in viewlink_macro()
This commit is contained in:
parent
0c81881baa
commit
a9bb4816c2
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue