mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/8212] Tiny 'typo in comment' fix
PHPBB3-8212
This commit is contained in:
parent
591217a903
commit
6d63ffc162
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue