diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-08-10 05:26:42 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-08-10 05:26:42 +0200 |
commit | 34bc8f82221d7b2ea331728a1527658c36e39c89 (patch) | |
tree | f1396f4785706905dacaabf27b783a2a690d0d47 | |
parent | 428e96442ce4534e337404e5d4a436bd753b7cf6 (diff) |
typo
-rw-r--r-- | system/libraries/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session.php b/system/libraries/Session.php index 57106ea2c..819c3f5ef 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -36,7 +36,7 @@ class CI_Session { var $userdata = array();
var $gc_probability = 5;
var $flashdata_key = 'flash';
- var $time_to_update = 300; // 5 mintues, not accessible from config settings
+ var $time_to_update = 300;
/**
* Session Constructor
|