commit | 1a3675688c91797efbbfc764600965833548a937 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Feb 19 16:48:23 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Thu Feb 19 16:48:23 2015 +0200 |
tree | 5112344890b0a15557c9bf012ef40e29d51e2709 | |
parent | 15170ff47c240c26f318108c5eb4bb919d322ec4 [diff] [blame] |
Fix postgre driver config
diff --git a/system/database/DB.php b/system/database/DB.php index c9660e4..0c7cf54 100644 --- a/system/database/DB.php +++ b/system/database/DB.php
@@ -213,5 +213,6 @@ } } + $DB->initialize(); return $DB; }