summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-02-08 20:57:42 +0100
committerAndrey Andreev <narf@bofh.bg>2013-02-08 20:57:42 +0100
commitcc221dc434e0d31138e81a940d38b81e994d48fe (patch)
treef8fba1fa87b762dd6f46d09e23a8dc148ca11d12 /system
parent9708855b4c2e5f6c75403da5aa0c07247518ab64 (diff)
[ci skip] Add a missing space
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Session/drivers/Session_cookie.php2
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);
}
}