Browse Source

Fix a typo that resulted in an undefined index error

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 12 years ago
parent
commit
2a64a6617e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/ManageBoards.template.php

+ 1 - 1
Themes/default/ManageBoards.template.php

@@ -433,7 +433,7 @@ function template_modify_board()
 							<span class="smalltext">', $txt['mboards_moderator_groups_desc'], '</span><br />
 						</dt>
 						<dd>
-							<input type="text" name="moderator_groups" id="moderator_groups" value="', $context['board']['moderator_group_list'], '" size="30" class="input_text" />
+							<input type="text" name="moderator_groups" id="moderator_groups" value="', $context['board']['moderator_groups_list'], '" size="30" class="input_text" />
 							<div id="moderator_group_container"></div>
 						</dd>
 					</dl>