summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-02-13 20:13:28 +0100
committerTimothy Warren <tim@timshomepage.net>2012-02-13 20:13:28 +0100
commitf4524694418b0203e93c6b0ca1a9f28a9c6e4ba7 (patch)
tree6a76f47f47ebcbba07717fd977ff6133ddeae70e /system
parent25dc75595dd3550a6c20f3d34d8f5259465b545f (diff)
Added missing space
Diffstat (limited to 'system')
-rw-r--r--system/database/drivers/pdo/pdo_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php
index 8516cc6fe..de2b0abeb 100644
--- a/system/database/drivers/pdo/pdo_driver.php
+++ b/system/database/drivers/pdo/pdo_driver.php
@@ -121,7 +121,7 @@ class CI_DB_pdo_driver extends CI_DB {
// End dsn with a semicolon for extra backward compability
// if database property was not empty.
- if( ! empty($this->database))
+ if ( ! empty($this->database))
{
$this->dsn .= rtrim($this->hostname, ';').';';
}