diff options
| author | David King <imkingdavid@gmail.com> | 2012-10-23 13:25:24 -0400 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-12-12 11:40:43 -0500 |
| commit | 72d1a210de0f08550ce6a1b44c5ac468520146f2 (patch) | |
| tree | c633affcecf8f7ea42222ab11af2111ec32444aa | |
| parent | e58c6536f0407ec5f82c634c058270c4e627d03d (diff) | |
| download | forums-72d1a210de0f08550ce6a1b44c5ac468520146f2.tar forums-72d1a210de0f08550ce6a1b44c5ac468520146f2.tar.gz forums-72d1a210de0f08550ce6a1b44c5ac468520146f2.tar.bz2 forums-72d1a210de0f08550ce6a1b44c5ac468520146f2.tar.xz forums-72d1a210de0f08550ce6a1b44c5ac468520146f2.zip | |
[ticket/11088] Fix typo (period instead of comma)
PHPBB3-11088
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 73efa3f7f6..7fa853938d 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -2465,7 +2465,7 @@ function change_database_data(&$no_updates, $version) 'parent_id' => 0, 'module_enabled' => 1, 'module_display' => 1, - 'module_basename' => ''. + 'module_basename' => '', 'module_class' => 'acp', 'module_mode' => '', 'module_auth' => '', |
