]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
A lot fixes:
[mailer.git] / inc / wrapper-functions.php
index 9cc88986eb5139d470d09d8fa3e447a8d0f05b9f..a2056a92461246f82e8a23530f7eada900468315 100644 (file)
@@ -999,6 +999,9 @@ function setAdminMd5 ($adminMd5) {
        // Set session
        $status = setSession('admin_md5', $adminMd5);
 
+       // Remove cache to get correct results
+       unset($GLOBALS['isAdmin']);
+
        // Return status
        return $status;
 }