diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-06-20 22:50:30 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-06-20 22:50:30 +0200 |
commit | 50f5455d66292243d97d859393bf104fc7e559e2 (patch) | |
tree | 6e06c04e9f55453daf3263b5e081f06476819b1f | |
parent | 7d6545bd096f030af6a2e1cf8b4d865e1f9a4da3 (diff) | |
parent | 6d63ffc162d353e59c2199687c19eed5657aa4f6 (diff) | |
download | forums-50f5455d66292243d97d859393bf104fc7e559e2.tar forums-50f5455d66292243d97d859393bf104fc7e559e2.tar.gz forums-50f5455d66292243d97d859393bf104fc7e559e2.tar.bz2 forums-50f5455d66292243d97d859393bf104fc7e559e2.tar.xz forums-50f5455d66292243d97d859393bf104fc7e559e2.zip |
Merge branch 'ticket/bantu/8212' into develop
* ticket/bantu/8212:
[ticket/8212] Tiny 'typo in comment' fix
-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)) |