Fix for the fix... ;-)
[mailer.git] / sponsor_confirm.php
index 85cbbf61c9429d276c0cd64bc839beb496fa93a9..c10f2cef31c8518f0b37f3f7a86d08db2e27e11f 100644 (file)
@@ -37,7 +37,7 @@ require_once("inc/libs/security_functions.php");
 require ("inc/config.php");
 
 // Is the script installed?
-if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) {
+if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Base URL for redirection
        $URL = URL."/modules.php?module=index&what=sponsor_login&hash=";
        if (empty($_GET['hash'])) {