Skip to content

Commit 68f25fb

Browse files
authored
Update BaseHandler.php
$this->ipAdddress to $this->ipAddress (triple d)
1 parent 5cf98be commit 68f25fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Session/Handlers/BaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function __construct($config, string $ipAddress)
139139
$this->cookieName = $config->sessionCookieName;
140140
$this->matchIP = $config->sessionMatchIP;
141141
$this->savePath = $config->sessionSavePath;
142-
$this->ipAdddress = $ipAddress;
142+
$this->ipAddress = $ipAddress;
143143
}
144144

145145
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)