Method extensionVersionMatches() is now cached in
[mailer.git] / modules.php
index f6abef2d6d05772d3c14510d715af0532009ea56..9868be46fb946ee8c8709ce61f2c4babb2843e1e 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -56,9 +57,9 @@ require('inc/config-global.php');
 setContentType('text/html');
 
 // Fix missing module to 'index'
-if (!isGetRequestElementSet('module')) {
+if (!isGetRequestParameterSet('module')) {
        // Set element
-       setGetRequestElement('module', 'index');
+       setGetRequestParameter('module', 'index');
 
        // ... and module
        setModule('index');