summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index d4240c2c..7cfeabd1 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -627,7 +627,7 @@ choose_board(int newflag)
continue;
}
if (HAS_PERM(PERM_SYSOP) || GROUPOP()) {
- if (paste_tag_brds(class_bid) ||
+ if (paste_taged_brds(class_bid) ||
m_newbrd(0) == -1)
break;
brdnum = -1;