summaryrefslogtreecommitdiffstats
path: root/system/database/DB.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-19 15:48:23 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-19 15:48:23 +0100
commit1a3675688c91797efbbfc764600965833548a937 (patch)
tree5112344890b0a15557c9bf012ef40e29d51e2709 /system/database/DB.php
parent15170ff47c240c26f318108c5eb4bb919d322ec4 (diff)
Fix postgre driver config
Diffstat (limited to 'system/database/DB.php')
-rw-r--r--system/database/DB.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/DB.php b/system/database/DB.php
index c9660e4bd..0c7cf54b3 100644
--- a/system/database/DB.php
+++ b/system/database/DB.php
@@ -213,5 +213,6 @@ function &DB($params = '', $query_builder_override = NULL)
}
}
+ $DB->initialize();
return $DB;
}