Skip to content

Commit

Permalink
Merge 68f25fb into 5cf98be
Browse files Browse the repository at this point in the history
  • Loading branch information
obozdag committed Nov 14, 2018
2 parents 5cf98be + 68f25fb commit f8eac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Session/Handlers/BaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function __construct($config, string $ipAddress)
$this->cookieName = $config->sessionCookieName;
$this->matchIP = $config->sessionMatchIP;
$this->savePath = $config->sessionSavePath;
$this->ipAdddress = $ipAddress;
$this->ipAddress = $ipAddress;
}

//--------------------------------------------------------------------
Expand Down

0 comments on commit f8eac56

Please sign in to comment.