1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/8212] Tiny 'typo in comment' fix

PHPBB3-8212
This commit is contained in:
Andreas Fischer 2010-05-20 00:38:14 +02:00
parent 591217a903
commit 6d63ffc162

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