summaryrefslogtreecommitdiff
path: root/system/config/database.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-21 20:05:27 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-21 20:05:27 -0800
commit9285c8c66c530196399eb05bb5561c3fa5538335 (patch)
tree7cec68583c01b5b365e7669fefc1adc6360e89a5 /system/config/database.php
parent9c5df1d31bd214fab051b71d092c751a1da20ecc (diff)
Updated Kohana to r4724
Diffstat (limited to 'system/config/database.php')
-rw-r--r--system/config/database.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/config/database.php b/system/config/database.php
index 2e53fa2b..36e4614c 100644
--- a/system/config/database.php
+++ b/system/config/database.php
@@ -35,7 +35,8 @@ $config['default'] = array
'host' => 'localhost',
'port' => FALSE,
'socket' => FALSE,
- 'database' => 'kohana'
+ 'database' => 'kohana',
+ 'params' => NULL,
),
'character_set' => 'utf8',
'table_prefix' => '',