commit | 7f8eb360e80449c81be425f06cef60666e32fe21 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Jan 15 18:01:41 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Thu Jan 15 18:01:41 2015 +0200 |
tree | ee4b2f7872ed49cc1a2a15cb6acb7856abcd8528 | |
parent | e9ca012ca64e6a589de1425052d4c733404291d0 [diff] [blame] |
[ci skip] Add a note about sess_table_name
diff --git a/system/libraries/Session/drivers/Session_database_driver.php b/system/libraries/Session/drivers/Session_database_driver.php index d378d53..42ff96b 100644 --- a/system/libraries/Session/drivers/Session_database_driver.php +++ b/system/libraries/Session/drivers/Session_database_driver.php
@@ -104,6 +104,7 @@ $this->_platform = 'postgre'; } + // Note: BC work-around for the old 'sess_table_name' setting, should be removed in the future. isset($this->_config['save_path']) OR $this->_config['save_path'] = config_item('sess_table_name'); }