From: Roland Häder Date: Mon, 9 Nov 2009 04:39:34 +0000 (+0000) Subject: Redirection fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1ff4b6aec04381f6f48f9b297868f29cb0d27e9;p=mailer.git Redirection fixed --- diff --git a/inc/modules/member/what-guest.php b/inc/modules/member/what-guest.php index 4d84fdede2..56295de0d8 100644 --- a/inc/modules/member/what-guest.php +++ b/inc/modules/member/what-guest.php @@ -47,7 +47,7 @@ if (!defined('__SECURITY')) { addMenuDescription('member', __FILE__); // Simply redirect... -redirectToIndexMemberOnlyModule(); +redirectToUrl('modules.php?module=index'); // [EOF] ?>