aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-12 22:20:52 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-12 22:20:52 +0200
commit102d737d811739aa6ff9687e1585c2012b394d02 (patch)
treee5928778672961041757c053bb92d3b8469fffb4 /phpBB/includes/functions_acp.php
parent75e5e2471e7b6b9e1d605f0c3cce5f1fbd373ac0 (diff)
downloadforums-102d737d811739aa6ff9687e1585c2012b394d02.tar
forums-102d737d811739aa6ff9687e1585c2012b394d02.tar.gz
forums-102d737d811739aa6ff9687e1585c2012b394d02.tar.bz2
forums-102d737d811739aa6ff9687e1585c2012b394d02.tar.xz
forums-102d737d811739aa6ff9687e1585c2012b394d02.zip
[ticket/14234] Fix event doc blocks
PHPBB3-14234
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index 9ed20cd450..390b59b9e9 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -393,7 +393,7 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
* 1 [optional] => string: size, int: minimum
* 2 [optional] => string: max. length, int: maximum
* @var string key Should be used for the id attribute in html
- * @var array new_var Array with the config values we display
+ * @var array new_ary Array with the config values we display
* @var string name Should be used for the name attribute
* @var array vars Array with the options for the config
* @var string tpl The resulting html code we display