X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-logout.php;h=5f3c4ce5637ee987ff98813096b0dd24b65474b4;hb=e2dcdf941e22df39a8ba44112b3c1452f420a253;hp=ff32b7155d2eb76102e9b9efcaefa7fe26b536a6;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/modules/member/what-logout.php b/inc/modules/member/what-logout.php index ff32b7155d..5f3c4ce563 100644 --- a/inc/modules/member/what-logout.php +++ b/inc/modules/member/what-logout.php @@ -48,7 +48,7 @@ $URL = 'modules.php?module=index&code='; if (destroyUserSession()) { // Remove theme cookie as well - setTheme(); + setTheme(''); // Logout completed $URL .= getCode('LOGOUT_DONE');