diff options
author | Andrey Andreev <narf@devilix.net> | 2018-05-01 03:21:29 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-05-01 03:21:29 +0200 |
commit | 8cf7d86ede61a5b16c12acf6269996623ae903e5 (patch) | |
tree | ae196d8e1c82402ca509fe77fd4ec835aaf8165f /system/libraries | |
parent | 577e53feff2c7d9ea74c682e5795196c916e7687 (diff) |
[ci skip] Close #5487
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Session/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php index 9e762745f..aa1fafb5b 100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php @@ -604,7 +604,7 @@ class CI_Session { // ------------------------------------------------------------------------ /** - * Unmark flash + * Unmark temp * * @param mixed $key Session data key(s) * @return void |