Merge branch 'ticket/bantu/8212' into develop

* ticket/bantu/8212:
  [ticket/8212] Tiny 'typo in comment' fix
This commit is contained in:
Andreas Fischer 2010-06-20 22:50:30 +02:00
commit 50f5455d66

View file

@ -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))