Menu

#3569 acl modpoints_always doesn't work

open
5
2006-01-27
2006-01-27
No

modpoints_always throws the "no points" error.

I'm pretty sure line 1384 of comments is the problem.

my $can_del =
($constants->{authors_unlimited} && $user->{seclev} >=
$constants->{authors_unlimited})
||
$user->{acl}{candelcomments_always};

That should probably be

my $can_del =
($constants->{authors_unlimited} && $user->{seclev} >=
$constants->{authors_unlimited})
||
$user->{acl}{candelcomments_always} ||
$user->{acl}{modpoints_always};

Discussion


Log in to post a comment.

Monday.com Logo