]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-logout.php
Fix for displayed message strings in chk_login module
[mailer.git] / inc / modules / member / what-logout.php
index ff32b7155d2eb76102e9b9efcaefa7fe26b536a6..5f3c4ce5637ee987ff98813096b0dd24b65474b4 100644 (file)
@@ -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');