mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11088] Fix typo (period instead of comma)
PHPBB3-11088
This commit is contained in:
parent
e58c6536f0
commit
72d1a210de
1 changed files with 1 additions and 1 deletions
|
@ -2465,7 +2465,7 @@ function change_database_data(&$no_updates, $version)
|
||||||
'parent_id' => 0,
|
'parent_id' => 0,
|
||||||
'module_enabled' => 1,
|
'module_enabled' => 1,
|
||||||
'module_display' => 1,
|
'module_display' => 1,
|
||||||
'module_basename' => ''.
|
'module_basename' => '',
|
||||||
'module_class' => 'acp',
|
'module_class' => 'acp',
|
||||||
'module_mode' => '',
|
'module_mode' => '',
|
||||||
'module_auth' => '',
|
'module_auth' => '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue