summaryrefslogtreecommitdiff
path: root/lib/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/global.pl')
-rw-r--r--lib/global.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/global.pl b/lib/global.pl
index a4c0d9ec..abd46b62 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -34,7 +34,7 @@ our %VNDBopts = (
{map{$_,1}qw| hist |}, # 0 - visitor (not logged in)
{map{$_,1}qw| hist |}, # 1 - loser
{map{$_,1}qw| hist board edit |}, # 2 - user
- {map{$_,1}qw| hist board boardmod edit mod lock |}, # 3 - mod
+ {map{$_,1}qw| hist board boardmod edit mod lock del |}, # 3 - mod
{map{$_,1}qw| hist board boardmod edit mod lock del userlist useredit |}, # 4 - admin
],
postsperpage => 25,