From e233f0af3615070a003a49bf055ae9fa582cc899 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 9 May 2014 13:49:41 -0700 Subject: [ticket/9388] Use "togglable" instead of "toggable" PHPBB3-9388 --- phpBB/includes/functions_acp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_acp.php') diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 0d19fc4d6a..1c4d6966da 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -364,7 +364,7 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars) if ($tpl_type[0] == 'select') { $size = (isset($tpl_type[1])) ? (int) $tpl_type[1] : 1; - $data_toggle = (!empty($tpl_type[2])) ? ' data-toggable-settings="true"' : ''; + $data_toggle = (!empty($tpl_type[2])) ? ' data-togglable-settings="true"' : ''; $tpl = ''; } -- cgit v1.2.1