From 81e20d00b3d2e3bcef4849b9e71ccf92980f33f0 Mon Sep 17 00:00:00 2001 From: quix0r 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