From 967519f98dcf3593e979c31f3abd786e46cb43fc Mon Sep 17 00:00:00 2001 From: quix0r Date: Mon, 9 Nov 2009 04:39:34 +0000 Subject: [PATCH] Redirection fixed --- inc/modules/member/what-guest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ?> -- 2.39.5