diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-05-20 00:38:14 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-05-20 00:38:14 +0200 |
commit | 6d63ffc162d353e59c2199687c19eed5657aa4f6 (patch) | |
tree | 920200e2e30b90b6f968c8eb5f4d735d2acc336e /phpBB | |
parent | 591217a903460a81df4c19850f5d99c2e9d10b1d (diff) | |
download | forums-6d63ffc162d353e59c2199687c19eed5657aa4f6.tar forums-6d63ffc162d353e59c2199687c19eed5657aa4f6.tar.gz forums-6d63ffc162d353e59c2199687c19eed5657aa4f6.tar.bz2 forums-6d63ffc162d353e59c2199687c19eed5657aa4f6.tar.xz forums-6d63ffc162d353e59c2199687c19eed5657aa4f6.zip |
[ticket/8212] Tiny 'typo in comment' fix
PHPBB3-8212
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_board.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |