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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user