From 48affba7561e342c1f5691793dd96edadf4085d4 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 11 Sep 2014 20:16:56 +0200 Subject: [PATCH] Added missing initSession() call. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/mysql-connect.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 3514b82a4b..d3c8afd80d 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -110,6 +110,9 @@ if ((!isInstaller()) && (isInstalled())) { // Initialize SQL link initSqlLink(); + + // Init session + initSession(); } else { // Default output is 'direct' for HTML output setConfigEntry('OUTPUT_MODE', 'direct'); -- 2.39.2