]> git.mxchange.org Git - mailer.git/blobdiff - agb.php
Area 'modify' added to all extensions, some fixes for installing/modifying extension
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index adf6172c29460f86ac47541d73083c8eace89142..a98ef75758ebb1f1488f5ba1fec0ed40190778b5 100644 (file)
--- a/agb.php
+++ b/agb.php
@@ -46,7 +46,7 @@ $GLOBALS['output_mode'] = -1;
 require("inc/config.php");
 
 // Is the script installed?
-if (isBooleanConstantAndTrue('mxchange_installed')) {
+if (isInstalled()) {
        // Simply redirect... :-)
        LOAD_URL("modules.php?module=index&what=agb");
 } else {