aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-18 17:03:54 -0700
committerredmatrix <git@macgirvin.com>2016-05-18 17:03:54 -0700
commit1f7e6cae823e75ab47fa9c9a1a496842d20901d5 (patch)
treec6d321632ca5f4972e9dae283a785b0c7860b3e1 /Zotlabs/Web
parent37d14f3a1dbc8b4fea6831585c746be4a6602fcb (diff)
downloadvolse-hubzilla-1f7e6cae823e75ab47fa9c9a1a496842d20901d5.tar.gz
volse-hubzilla-1f7e6cae823e75ab47fa9c9a1a496842d20901d5.tar.bz2
volse-hubzilla-1f7e6cae823e75ab47fa9c9a1a496842d20901d5.zip
Revert "Revert "yet more session work""
This reverts commit 37d14f3a1dbc8b4fea6831585c746be4a6602fcb.
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r--Zotlabs/Web/Session.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Web/Session.php b/Zotlabs/Web/Session.php
index b1f5526ea..c26b3523c 100644
--- a/Zotlabs/Web/Session.php
+++ b/Zotlabs/Web/Session.php
@@ -13,8 +13,8 @@ namespace Zotlabs\Web;
class Session {
- static private $handler = null;
- static private $session_started = false;
+ private $handler = null;
+ private $session_started = false;
public function init() {