mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
EONE-134 - typo, thanks Andrew
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user