commit | d3e9273de9af35bcbff77c251ca23bd621eecfb5 | [log] [tgz] |
---|---|---|
author | Michiel Vugteveen <info@it-can.nl> | Tue Aug 07 15:23:21 2018 +0200 |
committer | Michiel Vugteveen <info@it-can.nl> | Tue Aug 07 15:23:21 2018 +0200 |
tree | edc625b5c413f1b1360befe5cc9878b8c653682f | |
parent | 5eda36d42b24ab8cf31bb3d122985612c2858045 [diff] [blame] |
fix #5545
diff --git a/system/libraries/Session/drivers/Session_database_driver.php b/system/libraries/Session/drivers/Session_database_driver.php index 074accf..f342690 100644 --- a/system/libraries/Session/drivers/Session_database_driver.php +++ b/system/libraries/Session/drivers/Session_database_driver.php
@@ -353,7 +353,7 @@ * @param string $id * @return bool */ - public function validateId($id) + public function validateSessionId($id) { // Prevent previous QB calls from messing with our queries $this->_db->reset_query();