From bbbd9c229cc74615568984715cfa524b053384e0 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 31 May 2005 12:09:03 +0000 Subject: a symbolic link can also be put in the Class's root git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2739 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/board.c b/mbbsd/board.c index e9ef7a66..63b77752 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -889,7 +889,7 @@ choose_board(int newflag) brdnum = -1; break; case 'L': - if (HAS_PERM(PERM_SYSOP) && IN_SUBCLASS()) { + if (HAS_PERM(PERM_SYSOP) && IN_CLASS()) { if (make_symbolic_link_interactively(class_bid) < 0) break; brdnum = -1; -- cgit v1.2.3