From: Roland Häder 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=482683e9be72b5d24784f106a0bcc46e4dbfe0b1;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';