diff options
Diffstat (limited to 'phpBB/includes/acp')
| -rw-r--r-- | phpBB/includes/acp/acp_bbcodes.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php index dab18289c7..f958ae93c7 100644 --- a/phpBB/includes/acp/acp_bbcodes.php +++ b/phpBB/includes/acp/acp_bbcodes.php @@ -373,7 +373,7 @@ class acp_bbcodes  		*  		* @event core.acp_bbcodes_display_form  		* @var	string	action			Type of the action: modify|create -		* @var	string	sql_ary			The SQL array to get custom bbcode data +		* @var	array	sql_ary			The SQL array to get custom bbcode data  		* @var	array	template_data	Array with form template data  		* @var	string	u_action		The u_action link  		* @since 3.1.0-a3 | 
