summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-02-13 00:24:39 +0100
committerAndrey Andreev <narf@bofh.bg>2012-02-13 00:24:39 +0100
commit45ba4f73a13660fa05f30d2ec21965620b0e5be5 (patch)
treec772bdce17dd3542378f1c459cda268b0bcff402 /system/database/DB_driver.php
parentfdfe808e85e9546fd1b2775cc79f640cd32660fa (diff)
Fix a possible bug in DB() and renamed a variable
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index c4aa0beaf..30149193a 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -40,6 +40,7 @@
*/
class CI_DB_driver {
+ public $dsn;
public $username;
public $password;
public $hostname;