From 6d63ffc162d353e59c2199687c19eed5657aa4f6 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 20 May 2010 00:38:14 +0200 Subject: [PATCH] [ticket/8212] Tiny 'typo in comment' fix PHPBB3-8212 --- phpBB/includes/acp/acp_board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index 7680d8996c..c87dbcf601 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -434,7 +434,7 @@ class acp_board $cfg_array = (isset($_REQUEST['config'])) ? utf8_normalize_nfc(request_var('config', array('' => ''), true)) : $this->new_config; $error = array(); - // We validate the complete config if whished + // We validate the complete config if wished validate_config_vars($display_vars['vars'], $cfg_array, $error); if ($submit && !check_form_key($form_key))