mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/12841] Make config position default to after
PHPBB3-12841
This commit is contained in:
@@ -92,13 +92,13 @@ class phpbb_functions_insert_config_array_test extends phpbb_test_case
|
||||
'acp_config_5' => array(),
|
||||
),
|
||||
),
|
||||
array( // When after|before is not used correctly (defaults to before)
|
||||
array( // When after|before is not used correctly (defaults to after)
|
||||
array('new_config_1' => array()),
|
||||
array('foobar' => 'acp_config_1'),
|
||||
array(
|
||||
'legend1' => '',
|
||||
'new_config_1' => array(),
|
||||
'acp_config_1' => array(),
|
||||
'new_config_1' => array(),
|
||||
'acp_config_2' => array(),
|
||||
'acp_config_3' => array(),
|
||||
'acp_config_4' => array(),
|
||||
|
Reference in New Issue
Block a user