First batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / modules.php
index eca084fa11aca80bf9dae5320e8b90bb59db398c..d1def714436aa77e802db91ecb70374d8baaba93 100644 (file)
@@ -45,8 +45,8 @@ require('inc/libs/security_functions.php');
 $GLOBALS['startTime'] = microtime(true);
 
 // Init output mode and module
+$GLOBALS['__module'] = 'unknown';
 $GLOBALS['output_mode'] = '0';
-$GLOBALS['module'] = 'unknown';
 
 // Needed include files
 require('inc/config-global.php');