diff options
-rw-r--r-- | mbbsd/announce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c index ac001d28..a86c5577 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -874,7 +874,7 @@ a_menu(char *maintitle, char *path, int lastlevel) 須等該資料寫入 .DIR 內再 implement才有效率. */ if( !lastlevel && !HAS_PERM(PERM_SYSOP) && - !HAS_PERM(PERM_SYSSUBOP) && is_BM_cache(currbid) && + !HAS_PERM(PERM_SYSSUBOP) && !is_BM_cache(currbid) && dashd(fname) ) vmsg("只有板主才可以拷貝目錄唷!"); else |