[ticket/17364] Fix random spelling error in code

PHPBB-17364

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman 2024-07-05 19:22:29 -07:00
parent e69a86c49e
commit 51c424b93d
No known key found for this signature in database

View file

@ -393,7 +393,7 @@ class acp_board
'title' => 'ACP_AUTH_SETTINGS', 'title' => 'ACP_AUTH_SETTINGS',
'vars' => array( 'vars' => array(
'legend1' => 'ACP_AUTH_SETTINGS', 'legend1' => 'ACP_AUTH_SETTINGS',
'auth_method' => array('lang' => 'AUTH_METHOD', 'validate' => 'string', 'type' => 'select:1:toggable', 'method' => 'select_auth_method', 'explain' => false), 'auth_method' => array('lang' => 'AUTH_METHOD', 'validate' => 'string', 'type' => 'select:1:toggleable', 'method' => 'select_auth_method', 'explain' => false),
) )
); );
break; break;