Browse Source

More typos

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 12 years ago
parent
commit
c88cfb79a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Sources/Subs-Boards.php

+ 2 - 2
Sources/Subs-Boards.php

@@ -657,7 +657,7 @@ function modifyBoard($board_id, &$boardOptions)
 		);
 
 	// Set moderators of this board.
-	if (isset($boardOptions['moderators']) || isset($boardOptions['moderator_string']) || isset($boardOptions['moderator_groupss']) || isset($boardOptions['moderator_group_string']))
+	if (isset($boardOptions['moderators']) || isset($boardOptions['moderator_string']) || isset($boardOptions['moderator_groups']) || isset($boardOptions['moderator_group_string']))
 	{
 		// Reset current moderators for this board - if there are any!
 		$smcFunc['db_query']('', '
@@ -742,7 +742,7 @@ function modifyBoard($board_id, &$boardOptions)
 					unset($moderator_groups[$k]);
 			}
 
-			// Find all the id_member's for the member_name's in the list.
+			// Find all the id_group's for all the group names in the list
 			if (empty($boardOptions['moderator_groups']))
 				$boardOptions['moderator_groups'] = array();
 			if (!empty($moderator_groups))