Huge rewrite of default parameters, ext-network continued:
[mailer.git] / install.php
index 1f3ff34eadb1ed18e1497d8ceb4d8dd8b4f1171e..22e48ef1b1417cd0909ab8f113e3672f92c5a305 100644 (file)
@@ -59,7 +59,7 @@ $GLOBALS['startTime'] = microtime(true);
 $GLOBALS['mxchange_installing'] = true;
 
 // Set CSS variable for "normal mode"
-$GLOBALS['output_mode'] = 0;
+$GLOBALS['output_mode'] = '0';
 
 // Set module
 $GLOBALS['module'] = 'install';