diff options
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | Zotlabs/Web/WebServer.php | 8 |
2 files changed, 0 insertions, 9 deletions
@@ -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') |