commit | f4524694418b0203e93c6b0ca1a9f28a9c6e4ba7 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Mon Feb 13 14:13:28 2012 -0500 |
committer | Timothy Warren <tim@timshomepage.net> | Mon Feb 13 14:13:28 2012 -0500 |
tree | 6a76f47f47ebcbba07717fd977ff6133ddeae70e | |
parent | 25dc75595dd3550a6c20f3d34d8f5259465b545f [diff] [blame] |
Added missing space
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php index 8516cc6..de2b0ab 100644 --- a/system/database/drivers/pdo/pdo_driver.php +++ b/system/database/drivers/pdo/pdo_driver.php
@@ -121,7 +121,7 @@ // 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, ';').';'; }