summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index a69b5c7d..55ddb14f 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -188,7 +188,7 @@ set_board(void)
if( HasUserPerm(PERM_SYSOP) &&
(bp->brdattr & BRD_HIDE) &&
!is_BM_cache(bp - bcache + 1) &&
- hbflcheck((int)(bp - bcache) + 1, currutmp->uid) )
+ !is_hidden_board_friend((int)(bp - bcache) + 1, currutmp->uid) )
vmsg("進入未經授權看板");
board_note_time = &bp->bupdate;