Network Mega-Ad fully added, some charsets fixed (wrong guess by me)
[mailer.git] / modules.php
index 57c3bed6392abe0b899d219bebcd239b0799bc1c..7677838a0cb47d3b4362c032073cdb01f9938483 100644 (file)
@@ -56,9 +56,9 @@ require('inc/config-global.php');
 setContentType('text/html');
 
 // Fix missing module to 'index'
-if (!isGetRequestElementSet('module')) {
+if (!isGetRequestParameterSet('module')) {
        // Set element
-       setRequestGetElement('module', 'index');
+       setGetRequestParameter('module', 'index');
 
        // ... and module
        setModule('index');