summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index a7c52332..8dd2dd83 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1022,7 +1022,7 @@ choose_board(int newflag)
num = tmp;
break;
case 'E':
- if (HAS_PERM(PERM_SYSOP) || GROUPOP()) {
+ if (HAS_PERM(PERM_SYSOP | PERM_BOARD) || GROUPOP()) {
ptr = &nbrd[num];
move(1, 1);
clrtobot();