handling of boolean constants improved (not fully)
[mailer.git] / mailid.php
index 3c851cab1d80c2c5e3d9e00fec31adda3da0a7d7..9b4c5786e653e99ff8e05a98447a70861781ba63 100644 (file)
@@ -44,7 +44,7 @@ $GLOBALS['module'] = "mailid"; $CSS = -1;
 // Load the required file(s)
 require ("inc/config.php");
 
-if (defined('mxchange_installed') && (mxchange_installed))
+if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')))
 {
        // Is the extension active
        if (!EXT_IS_ACTIVE("mailid", true)) {