[ticket/11088] Fix typo (period instead of comma)

PHPBB3-11088
This commit is contained in:
David King 2012-10-23 13:25:24 -04:00
parent e58c6536f0
commit 72d1a210de

View file

@ -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' => '',