git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8000 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flourscent 2010-12-28 01:53:57 +00:00
parent a83fd19de5
commit eddae18102

View file

@ -77,7 +77,7 @@
$oMemberController = &getController('member');
$oMemberController->procMemberLogout();
header('Location: '.getUrl('module','admin','act',''));
header('Location: '.getNotEncodedUrl('', 'module','admin'));
}
}
?>