diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-02-08 20:57:42 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-02-08 20:57:42 +0100 |
commit | cc221dc434e0d31138e81a940d38b81e994d48fe (patch) | |
tree | f8fba1fa87b762dd6f46d09e23a8dc148ca11d12 /system/libraries/Session | |
parent | 9708855b4c2e5f6c75403da5aa0c07247518ab64 (diff) |
[ci skip] Add a missing space
Diffstat (limited to 'system/libraries/Session')
-rw-r--r-- | 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 474641642..11bb32fe0 100644 --- a/system/libraries/Session/drivers/Session_cookie.php +++ b/system/libraries/Session/drivers/Session_cookie.php @@ -805,7 +805,7 @@ class CI_Session_cookie extends CI_Session_driver { { if (is_string($val)) { - $val= str_replace('{{slash}}', '\\', $val); + $val = str_replace('{{slash}}', '\\', $val); } } |