]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/logout.php
Fixed category saving, added unique key, removed deprecated templates:
[mailer.git] / inc / modules / sponsor / logout.php
index cc3745ce1e1404d09d881e54de9460d6fee7b646..55f14157751af067c57165d4ff5e04b4cd0006da 100644 (file)
@@ -50,9 +50,6 @@ if (!defined('__SECURITY')) {
 $url = 'modules.php?module=index&code=';
 
 if (destroySponsorSession()) {
-       // Remove theme cookie as well
-       if (isExtensionActive('theme')) setTheme('');
-
        // Logout completed
        $url .= getCode('LOGOUT_DONE');
 } else {