From b1ff4b6aec04381f6f48f9b297868f29cb0d27e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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.30.2