Skip to content

Commit

Permalink
Fix deletion of boards with child-boards - fixes #2183
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Aug 23, 2015
1 parent 1d2250f commit 6ef7a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/default/ManageBoards.template.php
Expand Up @@ -759,6 +759,7 @@ function template_confirm_board_delete()
<input type="submit" name="cancel" value="', $txt['mboards_delete_cancel'], '" class="button_submit" />
<input type="hidden" name="confirmation" value="1" />
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
<input type="hidden" name="', $context['admin-be-' . $context['board']['id'] . '_token_var'], '" value="', $context['admin-be-' . $context['board']['id'] . '_token'], '" />
</div>
</div>
</form>
Expand Down

0 comments on commit 6ef7a3c

Please sign in to comment.