1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

EONE-134 - typo, thanks Andrew

This commit is contained in:
secretr
2010-10-27 11:33:59 +00:00
parent cd49c6c850
commit 51d6cb9fac

View File

@@ -317,7 +317,7 @@ class e_session
{ {
foreach ($config as $k => $v) foreach ($config as $k => $v)
{ {
$key = '_session'.$key; $key = '_session'.$k;
if (isset($this->$key)) $this->$key = $v; if (isset($this->$key)) $this->$key = $v;
} }
return $this; return $this;