commit | 43df7bda07b1d0949bd50fb21148668fa6c235f5 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Feb 02 23:22:29 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Mon Feb 02 23:22:29 2015 +0200 |
tree | 1e4d251e033b3e2a6c2ec50570155b90b799b889 | |
parent | 05afe3eac1ff69aabdb34b795004acb8a386d20d [diff] [blame] |
Fix a wrong var name in CI_Session::mark_as_temp()
diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php index 5f7791d..2551e54 100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php
@@ -489,7 +489,7 @@ return FALSE; } - $temp[$k] = $ts; + $temp[$k] = $v; } $_SESSION['__ci_vars'] = isset($_SESSION['__ci_vars'])