aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-06-20 22:50:30 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-06-20 22:50:30 +0200
commit50f5455d66292243d97d859393bf104fc7e559e2 (patch)
tree6e06c04e9f55453daf3263b5e081f06476819b1f
parent7d6545bd096f030af6a2e1cf8b4d865e1f9a4da3 (diff)
parent6d63ffc162d353e59c2199687c19eed5657aa4f6 (diff)
downloadforums-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.php2
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))