diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-09-05 15:39:28 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-09-05 15:39:28 +0200 |
commit | 3f3f135ed5b47fd87a59d31fb3d1a4c773dcc3b3 (patch) | |
tree | ccd82cd8cc94c6c7925903954f2c27cacb5d4de2 /system/libraries/Session/drivers/Session_cookie.php | |
parent | 9ffcee60140b20ca3ec4e7688f83a039c7c080f7 (diff) |
Misc. style changes
Diffstat (limited to 'system/libraries/Session/drivers/Session_cookie.php')
-rwxr-xr-x | system/libraries/Session/drivers/Session_cookie.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/drivers/Session_cookie.php b/system/libraries/Session/drivers/Session_cookie.php index 6d931c16c..4f415cc0d 100755 --- a/system/libraries/Session/drivers/Session_cookie.php +++ b/system/libraries/Session/drivers/Session_cookie.php @@ -347,7 +347,7 @@ class CI_Session_cookie extends CI_Session_driver { else { // Just force an update to recreate the id - $this->_sess_update(true); + $this->_sess_update(TRUE); } } |