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 046e8761..178bd212 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1429,7 +1429,7 @@ choose_board(int newflag)
if (IS_LISTING_FAV()){
assert(nbrdsize>0);
if(get_fav_type(&nbrd[0]) != 0)
- fav_tag(ptr->bid, get_fav_type(ptr), 2);
+ fav_tag(ptr->bid, get_fav_type(ptr), EXCH);
}
else if (HasUserPerm(PERM_SYSOP) ||
HasUserPerm(PERM_SYSSUPERSUBOP) ||