diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-17 14:48:16 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-17 14:48:16 +0200 |
commit | f6597c7cb90e9bfa96f01f5f78f98cd72696da55 (patch) | |
tree | 78a3ad1edb1bd55bedee847455831404d99ad93b /inc/poche/Poche.class.php | |
parent | a8778dc23e60e65b47e2aae5d4cdf92660ee4c02 (diff) | |
download | wallabag-f6597c7cb90e9bfa96f01f5f78f98cd72696da55.tar.gz wallabag-f6597c7cb90e9bfa96f01f5f78f98cd72696da55.tar.zst wallabag-f6597c7cb90e9bfa96f01f5f78f98cd72696da55.zip |
fix bug #127: update session class
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r-- | inc/poche/Poche.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 9db4a034..2f0f7038 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -93,6 +93,7 @@ class Poche | |||
93 | private function init() | 93 | private function init() |
94 | { | 94 | { |
95 | Tools::initPhp(); | 95 | Tools::initPhp(); |
96 | Session::$sessionName = 'poche'; | ||
96 | Session::init(); | 97 | Session::init(); |
97 | 98 | ||
98 | if (isset($_SESSION['poche_user']) && $_SESSION['poche_user'] != array()) { | 99 | if (isset($_SESSION['poche_user']) && $_SESSION['poche_user'] != array()) { |