Fix for the fix... ;-)
[mailer.git] / lead-confirm.php
index 5c806993e114fe18f3b41b2989beee16d7b10cd6..0f62cef8d79b88088c43a879977cb3383e25d572 100644 (file)
@@ -46,7 +46,7 @@ $GLOBALS['module'] = "lead-confirm";
 require ("inc/config.php");
 
 // Is the script installed?
-if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed'))) {
+if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Header
        require(PATH."inc/header.php");