X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=modules.php;h=9868be46fb946ee8c8709ce61f2c4babb2843e1e;hb=f716611af263963f582d13bccc807f2f89671a51;hp=57c3bed6392abe0b899d219bebcd239b0799bc1c;hpb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;p=mailer.git diff --git a/modules.php b/modules.php index 57c3bed639..9868be46fb 100644 --- a/modules.php +++ b/modules.php @@ -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 - setRequestGetElement('module', 'index'); + setGetRequestParameter('module', 'index'); // ... and module setModule('index');