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_memcached_driver.php b/system/libraries/Session/drivers/Session_memcached_driver.php index 9e81168..b464439 100644 --- a/system/libraries/Session/drivers/Session_memcached_driver.php +++ b/system/libraries/Session/drivers/Session_memcached_driver.php
@@ -303,7 +303,7 @@ * @param string $id * @return bool */ - public function validateId($id) + public function validateSessionId($id) { $this->_memcached->get($this->_key_prefix.$id); return ($this->_memcached->getResultCode() === Memcached::RES_SUCCESS);