Skip to content

Commit

Permalink
calling missed constructor. Fixes #152
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jul 11, 2016
1 parent 18d80f9 commit 184034f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/Session/Handlers/FileHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ class FileHandler extends BaseHandler implements \SessionHandlerInterface
*/
public function __construct(BaseConfig $config)
{
parent::__construct($config);

if ( ! empty($config->sessionSavePath))
{
$this->savePath = rtrim($config->sessionSavePath, '/\\');
Expand Down

0 comments on commit 184034f

Please sign in to comment.