commit | 3f3f135ed5b47fd87a59d31fb3d1a4c773dcc3b3 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Sep 05 16:39:28 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Sep 05 16:39:28 2012 +0300 |
tree | ccd82cd8cc94c6c7925903954f2c27cacb5d4de2 | |
parent | 9ffcee60140b20ca3ec4e7688f83a039c7c080f7 [diff] [blame] |
Misc. style changes
diff --git a/system/libraries/Session/drivers/Session_cookie.php b/system/libraries/Session/drivers/Session_cookie.php index 6d931c1..4f415cc 100755 --- a/system/libraries/Session/drivers/Session_cookie.php +++ b/system/libraries/Session/drivers/Session_cookie.php
@@ -347,7 +347,7 @@ else { // Just force an update to recreate the id - $this->_sess_update(true); + $this->_sess_update(TRUE); } }