aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Session.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-16 22:01:33 -0700
committerredmatrix <git@macgirvin.com>2016-05-16 22:01:33 -0700
commit51edd472c2e007490bdad3198ba1b2a3d7a09c45 (patch)
treef2256217b36c388386a7f8e08c12f3897f486395 /Zotlabs/Web/Session.php
parent1977ab35c0358ecb9f843af2c9db593a36abfaa1 (diff)
downloadvolse-hubzilla-51edd472c2e007490bdad3198ba1b2a3d7a09c45.tar.gz
volse-hubzilla-51edd472c2e007490bdad3198ba1b2a3d7a09c45.tar.bz2
volse-hubzilla-51edd472c2e007490bdad3198ba1b2a3d7a09c45.zip
yet more session work
Diffstat (limited to 'Zotlabs/Web/Session.php')
-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() {