Added missing initSession() call.
authorRoland Haeder <roland@mxchange.org>
Thu, 11 Sep 2014 18:16:56 +0000 (20:16 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 11 Sep 2014 18:16:56 +0000 (20:16 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/mysql-connect.php

index 3514b82a4b5cab5e7796fdc1456a14307f497b25..d3c8afd80de9953d1bb5d211368738cba41b7527 100644 (file)
@@ -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');