mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/17364] Fix random spelling error in code
PHPBB-17364 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user