Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / modules.php
index 57c3bed6392abe0b899d219bebcd239b0799bc1c..f6abef2d6d05772d3c14510d715af0532009ea56 100644 (file)
@@ -58,7 +58,7 @@ setContentType('text/html');
 // Fix missing module to 'index'
 if (!isGetRequestElementSet('module')) {
        // Set element
-       setRequestGetElement('module', 'index');
+       setGetRequestElement('module', 'index');
 
        // ... and module
        setModule('index');