1
0
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:
Matt Friedman
2014-07-28 22:27:01 -05:00
parent 6576e0eb88
commit ced76b5f4d
2 changed files with 5 additions and 4 deletions

View File

@@ -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(),