From a2879365f54ca683b51134bd787fbb1a5e4c7be5 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sat, 18 Oct 2008 18:36:47 +0000 Subject: Fixed a variable typo --- system/libraries/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Session.php') diff --git a/system/libraries/Session.php b/system/libraries/Session.php index e3fe16b00..ed5f9c3a3 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -711,7 +711,7 @@ class CI_Session { { foreach ($data as $key => $val) { - $data[$key] = str_replace('{{slash}}', '\\', $str); + $data[$key] = str_replace('{{slash}}', '\\', $val); } return $data; -- cgit v1.2.3-24-g4f1b