aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-25 12:59:16 +0000
committerMario <mario@mariovavti.com>2019-11-25 12:59:16 +0000
commit0d47bb6878fc6920595b4252a54d76ba2486dabb (patch)
treefc05254e10068185c2379cadc4f38f6cbb1ece01
parentf6f7e7e8d2a9045ac2010ab2308ef7bc5e896efa (diff)
downloadvolse-hubzilla-0d47bb6878fc6920595b4252a54d76ba2486dabb.tar.gz
volse-hubzilla-0d47bb6878fc6920595b4252a54d76ba2486dabb.tar.bz2
volse-hubzilla-0d47bb6878fc6920595b4252a54d76ba2486dabb.zip
remove sysmsg and sysmsg_info from session - those are now stored in xconfig (sse)
-rw-r--r--CHANGELOG1
-rw-r--r--Zotlabs/Web/WebServer.php8
2 files changed, 0 insertions, 9 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc87c3ec9..5b1179c7e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -64,7 +64,6 @@ Hubzilla 4.6 (2019-11-??)
- New addon "workflow" with initial basic "issue tracker" capability
-
Hubzilla 4.4.1 (2019-08-16)
- Fix wrong profile photo displayed when previewing and editing profiles
- Fix regression from 4.4 which prevented encrypted signatures from being used for encrypted messages
diff --git a/Zotlabs/Web/WebServer.php b/Zotlabs/Web/WebServer.php
index 1c3ea29d0..909823ec4 100644
--- a/Zotlabs/Web/WebServer.php
+++ b/Zotlabs/Web/WebServer.php
@@ -82,14 +82,6 @@ class WebServer {
if((x($_SESSION, 'authenticated')) || (x($_POST, 'auth-params')) || (\App::$module === 'login'))
require('include/auth.php');
- if(! x($_SESSION, 'sysmsg'))
- $_SESSION['sysmsg'] = array();
-
- if(! x($_SESSION, 'sysmsg_info'))
- $_SESSION['sysmsg_info'] = array();
-
-
-
if(\App::$install) {
/* Allow an exception for the view module so that pcss will be interpreted during installation */
if(\App::$module != 'view')