Fix for the fix... ;-)
[mailer.git] / doubler.php
index eab1a6d5335985ee2cc2864e6467bcfec461523e..87f177fc6e0f1b53fbf5c3ebc9e19f423f88cef7 100644 (file)
@@ -48,7 +48,7 @@ $CSS = 0;
 require ("inc/config.php");
 
 // Is the script installed?
-if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')))
+if (isBooleanConstantAndTrue('mxchange_installed'))
 {
        // Probe for referral ID
        if (!empty($_GET['refid'])) $GLOBALS['refid'] = bigintval($_GET['refid']);