diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/database_config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/database_config.php b/installer/database_config.php index 8abf35e7..a5dc8865 100644 --- a/installer/database_config.php +++ b/installer/database_config.php @@ -35,7 +35,8 @@ $config['default'] = array( 'host' => '<?php print $host ?>', 'port' => <?php if (!empty($port)): ?>'<?php print $port ?>' <?php else: ?>false<?php endif ?>, 'socket' => false, - 'database' => '<?php print $dbname ?>' + 'database' => '<?php print $dbname ?>', + 'params' => null, ), 'character_set' => 'utf8', 'table_prefix' => '<?php print $prefix ?>', |