Possible fix for nested error message 'what is empty'
authorRoland Häder <roland@mxchange.org>
Tue, 17 Aug 2010 21:14:31 +0000 (21:14 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 17 Aug 2010 21:14:31 +0000 (21:14 +0000)
index.php

index 57059d512aa23cf3684acfa1e3e8580353de654a..7fcc50585069ed2ad95d795991ed581fb859b630 100644 (file)
--- 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';