More rewrites of constants and fix for loading mass-included scripts by GET_DIR_AS_AR...
[mailer.git] / birthday_confirm.php
index 47bb1753b9006697d7e171efb3e66eac3be1ff93..bb38a1eb309db8b9ef6febbff2e7020e1584753b 100644 (file)
@@ -49,7 +49,7 @@ require("inc/config.php");
 REDIRECT_ON_UNINSTALLED_EXTENSION("birthday");
 
 // Is the script installed?
-if (isBooleanConstantAndTrue('mxchange_installed')) {
+if (isInstalled()) {
        // Script is installed so let's check for his confirmation link...
        $uid = bigintval(REQUEST_GET('uid'));