diff options
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r-- | mbbsd/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index a261cd06..c06f12b5 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1097,7 +1097,7 @@ mail_cross_post(int ent, fileheader_t * fhdr, const char *direct) move(1, 0); CompleteBoard("轉錄本文章於看板:", xboard); if (*xboard == '\0' || !haspostperm(xboard)) - return TITLE_REDRAW; + return FULLUPDATE; ent = getbnum(xboard); if ( !((currmode & MODE_BOARD) || HasUserPerm(PERM_SYSOP)) && |