aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-18 17:02:46 -0700
committerredmatrix <git@macgirvin.com>2016-05-18 17:02:46 -0700
commit37d14f3a1dbc8b4fea6831585c746be4a6602fcb (patch)
tree0b57a277c938b5972ccb00227ebbb636c8a07f45 /Zotlabs/Web
parent166d63ff608c94152ce7213472fac6a2b61fa913 (diff)
downloadvolse-hubzilla-37d14f3a1dbc8b4fea6831585c746be4a6602fcb.tar.gz
volse-hubzilla-37d14f3a1dbc8b4fea6831585c746be4a6602fcb.tar.bz2
volse-hubzilla-37d14f3a1dbc8b4fea6831585c746be4a6602fcb.zip
Revert "yet more session work"
This reverts commit 51edd472c2e007490bdad3198ba1b2a3d7a09c45.
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 c26b3523c..b1f5526ea 100644
--- a/Zotlabs/Web/Session.php
+++ b/Zotlabs/Web/Session.php
@@ -13,8 +13,8 @@ namespace Zotlabs\Web;
class Session {
- private $handler = null;
- private $session_started = false;
+ static private $handler = null;
+ static private $session_started = false;
public function init() {