commit | 74009756ea938c2bde8147cb757d9a4835b78e6d | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Jan 15 21:36:25 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Thu Jan 15 21:36:25 2015 +0200 |
tree | f059620810183cdc85f0216568bbf5f7f69df5e9 | |
parent | d0122559db3ca45523c7344c223bb28848fd3514 [diff] [blame] |
feature/session (#3073): Third time is the charm
diff --git a/system/libraries/Session/drivers/Session_database_driver.php b/system/libraries/Session/drivers/Session_database_driver.php index 6c667b0..46780b0 100644 --- a/system/libraries/Session/drivers/Session_database_driver.php +++ b/system/libraries/Session/drivers/Session_database_driver.php
@@ -151,7 +151,7 @@ $this->_fingerprint = md5($result); $this->_row_exists = TRUE; - return $result->data; + return $result; } $this->_fingerprint = md5('');