mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'ticket/bantu/8212' into develop
* ticket/bantu/8212: [ticket/8212] Tiny 'typo in comment' fix
This commit is contained in:
commit
50f5455d66
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;
|
$cfg_array = (isset($_REQUEST['config'])) ? utf8_normalize_nfc(request_var('config', array('' => ''), true)) : $this->new_config;
|
||||||
$error = array();
|
$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);
|
validate_config_vars($display_vars['vars'], $cfg_array, $error);
|
||||||
|
|
||||||
if ($submit && !check_form_key($form_key))
|
if ($submit && !check_form_key($form_key))
|
||||||
|
|
Loading…
Add table
Reference in a new issue