commit | cc221dc434e0d31138e81a940d38b81e994d48fe | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Fri Feb 08 21:57:42 2013 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Fri Feb 08 21:57:42 2013 +0200 |
tree | f8fba1fa87b762dd6f46d09e23a8dc148ca11d12 | |
parent | 9708855b4c2e5f6c75403da5aa0c07247518ab64 [diff] [blame] |
[ci skip] Add a missing space
diff --git a/system/libraries/Session/drivers/Session_cookie.php b/system/libraries/Session/drivers/Session_cookie.php index 4746416..11bb32f 100644 --- a/system/libraries/Session/drivers/Session_cookie.php +++ b/system/libraries/Session/drivers/Session_cookie.php
@@ -805,7 +805,7 @@ { if (is_string($val)) { - $val= str_replace('{{slash}}', '\\', $val); + $val = str_replace('{{slash}}', '\\', $val); } }