From: quix0r Date: Tue, 17 Aug 2010 21:14:31 +0000 (+0000) Subject: Possible fix for nested error message 'what is empty' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81e20d00b3d2e3bcef4849b9e71ccf92980f33f0;p=mailer.git Possible fix for nested error message 'what is empty' --- 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';