From 482683e9be72b5d24784f106a0bcc46e4dbfe0b1 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Tue, 17 Aug 2010 21:14:31 +0000
Subject: [PATCH] Possible fix for nested error message 'what is empty'

---
 index.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 57059d512a..7fcc505850 100644
--- a/index.php
+++ b/index.php
@@ -47,8 +47,9 @@ require('inc/libs/security_functions.php');
 // Init start time
 $GLOBALS['startTime'] = microtime(true);
 
-// Set module
+// Set module/what
 $GLOBALS['module'] = 'index';
+$GLOBALS['what'] = 'index';
 
 // Set CSS mode
 $GLOBALS['output_mode'] = '0';
-- 
2.39.5