forked from wallabag/wallabag
fix bug #127: update session class
This commit is contained in:
@ -93,6 +93,7 @@ class Poche
|
||||
private function init()
|
||||
{
|
||||
Tools::initPhp();
|
||||
Session::$sessionName = 'poche';
|
||||
Session::init();
|
||||
|
||||
if (isset($_SESSION['poche_user']) && $_SESSION['poche_user'] != array()) {
|
||||
|
||||
Reference in New Issue
Block a user