Hotfix
[mailer.git] / debug.php
index 5029019b66694a41751c1594ce4c9ac9106a0b64..23005da37095fae2319dc9ae5240e03f123a8981 100644 (file)
--- a/debug.php
+++ b/debug.php
@@ -38,6 +38,9 @@
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
+// Init start time
+$GLOBALS['startTime'] = microtime(true);
+
 // Set module and fake "CSS mode"
 $GLOBALS['module'] = 'debug';
 $GLOBALS['output_mode'] = -1;