From 51d6cb9fac15357b95e1d94dcac40d2e81267e15 Mon Sep 17 00:00:00 2001 From: secretr Date: Wed, 27 Oct 2010 11:33:59 +0000 Subject: [PATCH] EONE-134 - typo, thanks Andrew --- e107_handlers/session_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/session_handler.php b/e107_handlers/session_handler.php index 9d31bf707..4b686d44f 100644 --- a/e107_handlers/session_handler.php +++ b/e107_handlers/session_handler.php @@ -317,7 +317,7 @@ class e_session { foreach ($config as $k => $v) { - $key = '_session'.$key; + $key = '_session'.$k; if (isset($this->$key)) $this->$key = $v; } return $this;